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

This class encapsulates events that occur for cq. More...

Inherits SBWrap< apache::geode::client::Execution >.

Public Member Functions

IResultCollector< TResult >^ Execute (String^ func, UInt32 timeout)
 Execute a function, Return resultCollector. More...
 
IResultCollector< TResult >^ Execute (String^ func)
 Execute a function, Return resultCollector. More...
 
template<class TArgs >
Execution< TResult >^ WithArgs (TArgs args)
 Add an argument, Return self. More...
 
Execution< TResult >^ WithCollector (IResultCollector< TResult >^rc)
 Add a result collector, Return self. More...
 
template<class TFilter >
Execution< TResult >^ WithFilter (System::Collections::Generic::ICollection< TFilter >^routingObj)
 Add a routing object, Return self. More...
 

Detailed Description

template<class TResult>
class Apache::Geode::Client::Execution< TResult >

This class encapsulates events that occur for cq.

Member Function Documentation

template<class TResult >
IResultCollector<TResult> ^ Apache::Geode::Client::Execution< TResult >::Execute ( String^  func,
UInt32  timeout 
)

Execute a function, Return resultCollector.

Parameters
timeoutValue to wait for the operation to finish before timing out.
template<class TResult >
IResultCollector<TResult> ^ Apache::Geode::Client::Execution< TResult >::Execute ( String^  func)

Execute a function, Return resultCollector.

template<class TResult >
template<class TArgs >
Execution<TResult> ^ Apache::Geode::Client::Execution< TResult >::WithArgs ( TArgs  args)

Add an argument, Return self.

template<class TResult >
Execution<TResult> ^ Apache::Geode::Client::Execution< TResult >::WithCollector ( IResultCollector< TResult >^  rc)

Add a result collector, Return self.

template<class TResult >
template<class TFilter >
Execution<TResult> ^ Apache::Geode::Client::Execution< TResult >::WithFilter ( System::Collections::Generic::ICollection< TFilter >^  routingObj)

Add a routing object, Return self.


Pivotal GemFire .NET Cache API Documentation