Click or drag to resize
ICacheListenerAfterRegionDestroy Method
Handles the event of a region being destroyed.

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

Parameters

ev
Type: GemStone.GemFire.CacheRegionEvent
RegionEvent denotes the event object associated with the region destruction.
Remarks
Events are not invoked for each individual entry that is destroyed as a result of the region being destroyed. Each subregion, however, gets its own AfterRegionDestroyed event invoked on its listener.
See Also