| SerializationConfigIsEnableSharedObject Method |
Note: This API is now obsolete.
Not used
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax [ObsoleteAttribute("This configuration is not used in .net client")]
public virtual bool IsEnableSharedObject()
<ObsoleteAttribute("This configuration is not used in .net client")>
Public Overridable Function IsEnableSharedObject As Boolean
public:
[ObsoleteAttribute(L"This configuration is not used in .net client")]
virtual bool IsEnableSharedObject()
[<ObsoleteAttribute("This configuration is not used in .net client")>]
abstract IsEnableSharedObject : unit -> bool
[<ObsoleteAttribute("This configuration is not used in .net client")>]
override IsEnableSharedObject : unit -> bool
Return Value
Type:
BooleanSee Also