Returns the distributed system used to
Create(String, DistributedSystem) this cache.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public DistributedSystem DistributedSystem{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property DistributedSystem As DistributedSystem |
| Visual C++ |
|---|
public: property DistributedSystem^ DistributedSystem { DistributedSystem^ get (); } |
Remarks
This method does not throw
CacheClosedException if the cache is closed.
See Also
Cache Class
GemStone.GemFire.Cache Namespace