StatisticsIsClosed Property |
Returns true if the instance has been [!:#close] closed.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual bool IsClosed { get; }
Public Overridable ReadOnly Property IsClosed As Boolean
Get
public:
virtual property bool IsClosed {
bool get ();
}
abstract IsClosed : bool with get
override IsClosed : bool with get
Property Value
Type:
Boolean
See Also