Handles the event of a region being invalidated.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
void AfterRegionInvalidate( RegionEvent ev ) |
| Visual Basic (Declaration) |
|---|
Sub AfterRegionInvalidate ( _ ev As RegionEvent _ ) |
| Visual C++ |
|---|
void AfterRegionInvalidate ( RegionEvent^ ev ) |
Parameters
- ev
- RegionEvent
RegionEvent denotes the event object associated with the region invalidation.
Remarks
Events are not invoked for each individual value that is invalidated
as a result of the region being invalidated. Each subregion, however,
gets its own RegionInvalidated event invoked on its listener.