IGemFireCacheDistributedSystem Property |
Returns the distributed system used to
[!:CacheFactory.Create] this cache.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxDistributedSystem DistributedSystem { get; }
ReadOnly Property DistributedSystem As DistributedSystem
Get
property DistributedSystem^ DistributedSystem {
DistributedSystem^ get ();
}
abstract DistributedSystem : DistributedSystem with get
Property Value
Type:
DistributedSystem
Remarks
This method does not throw
CacheClosedException if the cache is closed.
See Also