Handles the event of a region going live.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
void AfterRegionLive( RegionEvent ev ) |
| Visual Basic (Declaration) |
|---|
Sub AfterRegionLive ( _ ev As RegionEvent _ ) |
| Visual C++ |
|---|
void AfterRegionLive ( RegionEvent^ ev ) |
Parameters
- ev
- RegionEvent
RegionEvent denotes the event object associated with the region going live.
Remarks
Each subregion gets its own AfterRegionLive event invoked on its listener.