Apache Geode Native .NET Reference 1.15.0
Apache::Geode::Client::CqAttributesMutator< TKey, TResult > Class Template Reference

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)
 

Detailed Description

template<class TKey, class TResult>
class Apache::Geode::Client::CqAttributesMutator< TKey, TResult >

Supports modification of certain cq attributes after the cq has been created.

Member Function Documentation

◆ AddCqListener()

template<class TKey , class TResult >
void Apache::Geode::Client::CqAttributesMutator< TKey, TResult >::AddCqListener ( Client::ICqListener< TKey, TResult >^  cqListener)

Adds the CqListener for the cq.

Parameters
cqListeneruser-defined cq listener, or null for no cache listener

◆ RemoveCqListener()

template<class TKey , class TResult >
void Apache::Geode::Client::CqAttributesMutator< TKey, TResult >::RemoveCqListener ( Client::ICqListener< TKey, TResult >^  aListener)

Remove a CqListener for the cq.

◆ SetCqListeners()

template<class TKey , class TResult >
void Apache::Geode::Client::CqAttributesMutator< TKey, TResult >::SetCqListeners ( array< Client::ICqListener< TKey, TResult >^>^  newListeners)

Initialize with an array of listeners


Apache Geode C++ Cache .NET API Documentation