| NearCacheConfigReadOnlySetInMemoryFormat Method (String) |
Not supported function in readonly config, throws
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax public 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:
NearCacheConfigExceptions Exception | Condition |
---|
NotSupportedException | |
See Also