ICacheListenerTKey, TValueAfterRegionLive Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid AfterRegionLive(
RegionEvent<TKey, TValue> ev
)
Sub AfterRegionLive (
ev As RegionEvent(Of TKey, TValue)
)
void AfterRegionLive(
RegionEvent<TKey, TValue>^ ev
)
abstract AfterRegionLive :
ev : RegionEvent<'TKey, 'TValue> -> unit
Parameters
- ev
- Type: GemStone.GemFire.Cache.GenericRegionEventTKey, TValue
See Also