Handles the event of a region being destroyed.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
void AfterRegionDestroy( RegionEvent ev ) |
| Visual Basic (Declaration) |
|---|
Sub AfterRegionDestroy ( _ ev As RegionEvent _ ) |
| Visual C++ |
|---|
void AfterRegionDestroy ( RegionEvent^ ev ) |
Parameters
- ev
- RegionEvent
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.