ICacheListenerAfterRegionLive Method |
Handles the event of a region going live.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid AfterRegionLive(
RegionEvent ev
)
Sub AfterRegionLive (
ev As RegionEvent
)
void AfterRegionLive(
RegionEvent^ ev
)
abstract AfterRegionLive :
ev : RegionEvent -> unit
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 AlsoReference
[!:Cache.ReadyForEvents]