VMware Tanzu GemFire .NET Client API Reference
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
|
get |
Property containing the base operation as CqOperation
◆ Cq
Property containing the query as ICqQuery<TKey, TResult>
◆ Key
|
get |
Property containing the key
◆ NewValue
|
get |
Property containing the new value
◆ 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

