ICqEventTKey, TResultgetCq Method |
Handles the event of a new key being added to a region.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxCqQuery<TKey, TResult> getCq()
Function getCq As CqQuery(Of TKey, TResult)
CqQuery<TKey, TResult>^ getCq()
abstract getCq : unit -> CqQuery<'TKey, 'TResult>
Return Value
Type:
CqQueryTKey,
TResult
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]