Click or drag to resize
CacheDistributedSystem Property
Returns the distributed system used to [!:CacheFactory.Create] this cache.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public virtual DistributedSystem DistributedSystem { get; }

Property Value

Type: DistributedSystem

Implements

IGemFireCacheDistributedSystem
Remarks
This method does not throw CacheClosedException if the cache is closed.
See Also