  | NearCacheConfigReadOnlySetInMemoryFormat Method (String) | 
 
            Not supported function in readonly config, throws 
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxpublic override NearCacheConfig SetInMemoryFormat(
	string inMemoryFormat
)
Public Overrides Function SetInMemoryFormat ( 
	inMemoryFormat As String
) As NearCacheConfig
public:
virtual NearCacheConfig^ SetInMemoryFormat(
	String^ inMemoryFormat
) override
abstract SetInMemoryFormat : 
        inMemoryFormat : string -> NearCacheConfig 
override SetInMemoryFormat : 
        inMemoryFormat : string -> NearCacheConfig Parameters
- inMemoryFormat
 - Type: SystemString
 
Return Value
Type: 
NearCacheConfig
Exceptions| Exception | Condition | 
|---|
| NotSupportedException |  | 
See Also