Click or drag to resize
ICqListenerOnEvent Method
Handles the event of a new key being added to a region.

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

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 Also

Reference

[!:Region.Create]
[!:Region.Put]
[!:Region.Get]