LocalRegionTKey, TValueIsDestroyed Property |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual bool IsDestroyed { get; }
Public Overridable ReadOnly Property IsDestroyed As Boolean
Get
public:
virtual property bool IsDestroyed {
bool get ();
}
abstract IsDestroyed : bool with get
override IsDestroyed : bool with get
Property Value
Type:
BooleanImplements
IRegionTKey, TValueIsDestroyed
See Also