VMware VMware GemFire Native .NET Reference 10.4.3
Loading...
Searching...
No Matches
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.
 
void RemoveCqListener (Client::ICqListener< TKey, TResult >^ aListener)
 Remove a CqListener for the cq.
 
void SetCqListeners (array< Client::ICqListener< TKey, TResult >^>^ newListeners)
 Initialize with an array of listeners.
 

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