CacheDistributedSystem 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
Syntaxpublic virtual DistributedSystem DistributedSystem { get; }
Public Overridable ReadOnly Property DistributedSystem As DistributedSystem
Get
public:
virtual property DistributedSystem^ DistributedSystem {
DistributedSystem^ get ();
}
abstract DistributedSystem : DistributedSystem with get
override DistributedSystem : DistributedSystem with get
Property Value
Type:
DistributedSystemImplements
IGemFireCacheDistributedSystem
Remarks
This method does not throw
CacheClosedException if the cache is closed.
See Also