Click or drag to resize
ICacheListenerAfterRegionLive Method
Handles the event of a region going live.

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

Parameters

ev
Type: GemStone.GemFire.CacheRegionEvent
RegionEvent denotes the event object associated with the region going live.
Remarks
Each subregion gets its own AfterRegionLive event invoked on its listener.
See Also