RegionEntryIsDestroyed Property |
True if this entry has been destroyed.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool IsDestroyed { get; }
Public ReadOnly Property IsDestroyed As Boolean
Get
public:
property bool IsDestroyed {
bool get ();
}
member IsDestroyed : bool with get
Return Value
Type:
Booleantrue if this entry has been destroyed
Exceptions
Remarks
Does not throw a EntryDestroyedException if this entry
has been destroyed.
See Also