VMware Tanzu GemFire .NET Client API Reference

VMware Tanzu GemFire .NET Client: ICqEvent< TKey, TResult > Interface Template Reference
VMware Tanzu GemFire .NET Client
ICqEvent< TKey, TResult > Interface Template Reference

Interface representing Continuous Query events from server More...

Properties

ICqQuery< TKey, TResult > Cq [get]
 Property containing the query as ICqQuery<TKey, TResult> More...
 
CqOperation BaseOperation [get]
 Property containing the base operation as CqOperation More...
 
CqOperation QueryOperation [get]
 Property containing the query operation as CqOperation More...
 
TKey Key [get]
 Property containing the key More...
 
TResult NewValue [get]
 Property containing the new value More...
 

Detailed Description

Interface representing Continuous Query events from server

Listeners receive notifications when entries in a region change or changes occur to the region attributes themselves.

A CQ listener is set using ICqAttributesFactory<TKey, TResult>.AddCqListener(GemFire.Client.ICqListener<TKey, TResult>).

Property Documentation

◆ BaseOperation

CqOperation ICqEvent< TKey, TResult >.BaseOperation
get

Property containing the base operation as CqOperation

◆ Cq

ICqQuery<TKey, TResult> ICqEvent< TKey, TResult >.Cq
get

Property containing the query as ICqQuery<TKey, TResult>

◆ Key

TKey ICqEvent< TKey, TResult >.Key
get

Property containing the key

◆ NewValue

TResult ICqEvent< TKey, TResult >.NewValue
get

Property containing the new value

◆ QueryOperation

CqOperation ICqEvent< TKey, TResult >.QueryOperation
get

Property containing the query operation as CqOperation


The documentation for this interface was generated from the following file:
  • gemfire.client/Interfaces/ICqEvent.cs