Apache Geode Native .NET Reference 1.15.0
|
This class encapsulates events that occur for cq. More...
#include <Execution.hpp>
Public Member Functions | |
IResultCollector< TResult > ^ | Execute (String^ func) |
Execute a function, Return resultCollector. More... | |
IResultCollector< TResult > ^ | Execute (String^ func, TimeSpan timeout) |
Execute a function, Return resultCollector. More... | |
template<class TArgs > | |
Execution< TResult > ^ | WithArgs (TArgs args) |
Execution< TResult > ^ | WithCollector (IResultCollector< TResult >^ rc) |
template<class TFilter > | |
Execution< TResult > ^ | WithFilter (System::Collections::Generic::ICollection< TFilter >^ routingObj) |
This class encapsulates events that occur for cq.
IResultCollector< TResult > ^ Apache::Geode::Client::Execution< TResult >::Execute | ( | String^ | func | ) |
Execute a function, Return resultCollector.
IResultCollector< TResult > ^ Apache::Geode::Client::Execution< TResult >::Execute | ( | String^ | func, |
TimeSpan | timeout | ||
) |
Execute a function, Return resultCollector.
timeout | Value to wait for the operation to finish before timing out. |
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.