DistributedSystemGetInstance Method |
Returns a reference to this DistributedSystem instance.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static DistributedSystem GetInstance()
Public Shared Function GetInstance As DistributedSystem
public:
static DistributedSystem^ GetInstance()
static member GetInstance : unit -> DistributedSystem
Return Value
Type:
DistributedSystemthe DistributedSystem instance
See Also