Click or drag to resize
ICacheListenerAfterRegionInvalidate Method
Handles the event of a region being invalidated.

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

Parameters

ev
Type: GemStone.GemFire.CacheRegionEvent
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.
See Also