|
VMware GemFire Native .NET Reference
9.1
|
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... | |
This class encapsulates events that occur for cq.
| IResultCollector<TResult> ^ Apache::Geode::Client::Execution< TResult >::Execute | ( | String^ | func, |
| UInt32 | timeout | ||
| ) |
Execute a function, Return resultCollector.
| timeout | Value to wait for the operation to finish before timing out. |
| IResultCollector<TResult> ^ Apache::Geode::Client::Execution< TResult >::Execute | ( | String^ | func | ) |
Execute a function, Return resultCollector.
| Execution<TResult> ^ Apache::Geode::Client::Execution< TResult >::WithArgs | ( | TArgs | args | ) |
Add an argument, Return self.
| Execution<TResult> ^ Apache::Geode::Client::Execution< TResult >::WithCollector | ( | IResultCollector< TResult >^ | rc | ) |
Add a result collector, Return self.
| Execution<TResult> ^ Apache::Geode::Client::Execution< TResult >::WithFilter | ( | System::Collections::Generic::ICollection< TFilter >^ | routingObj | ) |
Add a routing object, Return self.