Click or drag to resize
ICacheListenerAfterDestroy Method
Handles the event of an entry being destroyed.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
void AfterDestroy(
	EntryEvent ev
)

Parameters

ev
Type: GemStone.GemFire.CacheEntryEvent
EntryEvent denotes the event object associated with the entry destruction.
See Also