True if this entry has been destroyed.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public bool IsDestroyed{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsDestroyed As Boolean |
| Visual C++ |
|---|
public: property bool IsDestroyed { bool get (); } |
Return Value
true if this entry has been destroyed
Remarks
Does not throw a EntryDestroyedException if this entry
has been destroyed.
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::CacheClosedException | if the cache is closed at the time of invocation |
See Also
RegionEntry Class
GemStone.GemFire.Cache Namespace