Apache Geode Native .NET Reference 1.15.0
|
collect function execution results, can be overriden More...
#include <IResultCollector.hpp>
Inherited by Apache::Geode::Client::ResultCollector< TResult >.
Public Member Functions | |
void | AddResult (const TResult rs) |
add result from a single function execution More... | |
void | ClearResults () |
Geode will invoke this method before re-executing function (in case of Function Execution HA) This is to clear the previous execution results from the result collector More... | |
void | EndResults () |
Call back provided to caller, which is called after function execution is complete and caller can retrieve results using getResult() More... | |
System::Collections::Generic::ICollection< TResult > ^ | GetResult () |
get result More... | |
System::Collections::Generic::ICollection< TResult > ^ | GetResult (TimeSpan timeout) |
get result More... | |
collect function execution results, can be overriden
void Apache::Geode::Client::IResultCollector< TResult >::AddResult | ( | const TResult | rs | ) |
add result from a single function execution
void Apache::Geode::Client::IResultCollector< TResult >::ClearResults | ( | ) |
void Apache::Geode::Client::IResultCollector< TResult >::EndResults | ( | ) |
Call back provided to caller, which is called after function execution is complete and caller can retrieve results using getResult()
System::Collections::Generic::ICollection< TResult > ^ Apache::Geode::Client::IResultCollector< TResult >::GetResult | ( | ) |
get result
System::Collections::Generic::ICollection< TResult > ^ Apache::Geode::Client::IResultCollector< TResult >::GetResult | ( | TimeSpan | timeout | ) |
get result