VMware GemFire Native .NET Reference  9.1
Apache::Geode::Client::CqAttributesFactory< TKey, TResult > Class Template Reference

Creates instances of CqAttributes. More...

Inherits UMWrap< apache::geode::client::CqAttributesFactory >.

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...
 

Detailed Description

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

Creates instances of CqAttributes.

See also
CqAttributes

Constructor & Destructor Documentation

template<class TKey , class TResult >
Apache::Geode::Client::CqAttributesFactory< TKey, TResult >::CqAttributesFactory ( )
inline

Creates a new instance of CqAttributesFactory ready to create a CqAttributes with default settings.

Member Function Documentation

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

add a cqListener

template<class TKey , class TResult >
Client::CqAttributes<TKey, TResult> ^ Apache::Geode::Client::CqAttributesFactory< TKey, TResult >::Create ( )

Creates a CqAttributes with the current settings.

template<class TKey , class TResult >
void Apache::Geode::Client::CqAttributesFactory< TKey, TResult >::InitCqListeners ( array< Client::ICqListener< TKey, TResult >^>^  cqListeners)

Initialize with an array of listeners


Pivotal GemFire .NET Cache API Documentation