Handles the event of an entry being destroyed.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
void AfterDestroy( EntryEvent ev ) |
| Visual Basic (Declaration) |
|---|
Sub AfterDestroy ( _ ev As EntryEvent _ ) |
| Visual C++ |
|---|
void AfterDestroy ( EntryEvent^ ev ) |
Parameters
- ev
- EntryEvent
EntryEvent denotes the event object associated with the entry destruction.