Public Member Functions | |
| void | AddResult (array< IGFSerializable^ >^rs) |
| void | EndResults () |
| array < IGFSerializable^ >^ | GetResult (UInt32 timeout) |
| array < IGFSerializable^ >^ | GetResult () |
| void GemStone::GemFire::Cache::IResultCollector::AddResult | ( | array< IGFSerializable^ >^ | rs | ) |
add result from a single function execution
Implemented in GemStone::GemFire::Cache::ResultCollector.
| void GemStone::GemFire::Cache::IResultCollector::EndResults | ( | ) |
Call back provided to caller, which is called after function execution is complete and caller can retrieve results using getResult()
Implemented in GemStone::GemFire::Cache::ResultCollector.
| array<IGFSerializable^> ^ GemStone::GemFire::Cache::IResultCollector::GetResult | ( | UInt32 | timeout | ) |
get result
Implemented in GemStone::GemFire::Cache::ResultCollector.
| array<IGFSerializable^> ^ GemStone::GemFire::Cache::IResultCollector::GetResult | ( | ) |
get result
Implemented in GemStone::GemFire::Cache::ResultCollector.