IRegionServiceIsClosed Property |
True if this cache has been closed.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxReadOnly Property IsClosed As Boolean
Get
property bool IsClosed {
bool get ();
}
abstract IsClosed : bool with get
Return Value
Type:
Booleantrue 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