Called before an entry is destroyed.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
bool BeforeDestroy( EntryEvent ev ) |
| Visual Basic (Declaration) |
|---|
Function BeforeDestroy ( _ ev As EntryEvent _ ) As Boolean |
| Visual C++ |
|---|
bool BeforeDestroy ( EntryEvent^ ev ) |
Parameters
- ev
- EntryEvent
event object associated with destroying the entry
Remarks
The entry being destroyed may or may
not exist in the local cache where the CacheWriter is installed. This method
is not called as a result of expiration or
LocalDestroyRegion(IGFSerializable).