True if this cache has been closed.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public bool IsClosed{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsClosed As Boolean |
| Visual C++ |
|---|
public: property bool IsClosed { bool get (); } |
Return Value
true if this cache is closed, otherwise false
Remarks
After a new cache object is created, this method returns false.
After Close()() is called on this cache object, this method
returns true.
See Also
Cache Class
GemStone.GemFire.Cache Namespace