VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
Apache::Geode::Client::CqAttributesFactory< TKey, TResult > Class Template Reference
Creates instances of CqAttributes.
More...
#include <CqAttributesFactory.hpp>
Public Member Functions | |
| void | AddCqListener (Client::ICqListener< TKey, TResult >^ cqListener) |
| add a cqListener | |
| CqAttributesFactory () | |
Creates a new instance of CqAttributesFactory ready to create a CqAttributes with default settings. | |
| Client::CqAttributes< TKey, TResult > ^ | Create () |
Creates a CqAttributes with the current settings. | |
| void | InitCqListeners (array< Client::ICqListener< TKey, TResult >^>^ cqListeners) |
| Initialize with an array of listeners. | |
Detailed Description
template<class TKey, class TResult>
class Apache::Geode::Client::CqAttributesFactory< TKey, TResult >
class Apache::Geode::Client::CqAttributesFactory< TKey, TResult >
Creates instances of CqAttributes.
- See also
- CqAttributes
Constructor & Destructor Documentation
◆ CqAttributesFactory()
template<class TKey , class TResult >
|
inline |
Creates a new instance of CqAttributesFactory ready to create a CqAttributes with default settings.
Member Function Documentation
◆ AddCqListener()
template<class TKey , class TResult >
| void Apache::Geode::Client::CqAttributesFactory< TKey, TResult >::AddCqListener | ( | Client::ICqListener< TKey, TResult >^ | cqListener | ) |
add a cqListener
◆ Create()
template<class TKey , class TResult >
| Client::CqAttributes< TKey, TResult > ^ Apache::Geode::Client::CqAttributesFactory< TKey, TResult >::Create | ( | ) |
Creates a CqAttributes with the current settings.
◆ InitCqListeners()
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.
Apache Geode C++ Cache .NET API Documentation