ICqListenerOnEvent Method |
Handles the event of a new key being added to a region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid OnEvent(
CqEvent ev
)
Sub OnEvent (
ev As CqEvent
)
void OnEvent(
CqEvent^ ev
)
abstract OnEvent :
ev : CqEvent -> unit
Parameters
- ev
- Type: GemStone.GemFire.CacheCqEvent
Denotes the event object associated with the entry creation.
Remarks
The entry did not previously exist in this region in the local cache
(even with a null value).
This function does not throw any exception.
See AlsoReference
[!:Region.Create]
[!:Region.Put]
[!:Region.Get]