Click or drag to resize
CacheIsClosed Property
True if this cache has been closed.

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

Return Value

Type: Boolean
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