Pivotal GemFire Native .NET Reference
10.0.5
|
Creates instances of CqAttributes
.
More...
Public Member Functions | |
void | AddCqListener (Client::ICqListener< TKey, TResult >^ cqListener) |
add a cqListener More... | |
CqAttributesFactory () | |
Creates a new instance of CqAttributesFactory ready to create a CqAttributes with default settings. More... | |
Client::CqAttributes< TKey, TResult > ^ | Create () |
Creates a CqAttributes with the current settings. More... | |
void | InitCqListeners (array< Client::ICqListener< TKey, TResult >^>^ cqListeners) |
Initialize with an array of listeners More... | |
Creates instances of CqAttributes
.
|
inline |
Creates a new instance of CqAttributesFactory
ready to create a CqAttributes
with default settings.
void Apache::Geode::Client::CqAttributesFactory< TKey, TResult >::AddCqListener | ( | Client::ICqListener< TKey, TResult >^ | cqListener | ) |
add a cqListener
Client::CqAttributes<TKey, TResult> ^ Apache::Geode::Client::CqAttributesFactory< TKey, TResult >::Create | ( | ) |
Creates a CqAttributes
with the current settings.
void Apache::Geode::Client::CqAttributesFactory< TKey, TResult >::InitCqListeners | ( | array< Client::ICqListener< TKey, TResult >^>^ | cqListeners | ) |
Initialize with an array of listeners