Apache Geode Native .NET Reference 1.15.0
|
Supports modification of certain cq attributes after the cq has been created. More...
#include <CqAttributesMutator.hpp>
Public Member Functions | |
void | AddCqListener (Client::ICqListener< TKey, TResult >^ cqListener) |
Adds the CqListener for the cq. More... | |
void | RemoveCqListener (Client::ICqListener< TKey, TResult >^ aListener) |
Remove a CqListener for the cq. More... | |
void | SetCqListeners (array< Client::ICqListener< TKey, TResult >^>^ newListeners) |
Supports modification of certain cq attributes after the cq has been created.
void Apache::Geode::Client::CqAttributesMutator< TKey, TResult >::AddCqListener | ( | Client::ICqListener< TKey, TResult >^ | cqListener | ) |
Adds the CqListener for the cq.
cqListener | user-defined cq listener, or null for no cache listener |
void Apache::Geode::Client::CqAttributesMutator< TKey, TResult >::RemoveCqListener | ( | Client::ICqListener< TKey, TResult >^ | aListener | ) |
Remove a CqListener for the cq.
void Apache::Geode::Client::CqAttributesMutator< TKey, TResult >::SetCqListeners | ( | array< Client::ICqListener< TKey, TResult >^>^ | newListeners | ) |
Initialize with an array of listeners