VMware Tanzu GemFire .NET Client API Reference
ICqAttributes< TKey, TResult > Interface Template Reference
Defines attributes for configuring a cq. More...
Inherited by CqAttributes< TKey, TResult >.
Public Member Functions | |
| HashSet< ExcludedEvent > | GetExcludedEvents () |
| get set of ExcludedEvent applied to CQ More... | |
Properties | |
| IReadOnlyCollection< ICqListener< TKey, TResult > > | CqListeners [get] |
| get all listeners in this attributes More... | |
Detailed Description
Defines attributes for configuring a cq.
Member Function Documentation
◆ GetExcludedEvents()
| HashSet<ExcludedEvent> ICqAttributes< TKey, TResult >.GetExcludedEvents | ( | ) |
get set of ExcludedEvent applied to CQ
- Returns
Property Documentation
◆ CqListeners
|
get |
get all listeners in this attributes
The documentation for this interface was generated from the following file:
- gemfire.client/Interfaces/ICqAttributes.cs

