Click or drag to resize
IResultCollector Interface

Note: This API is now obsolete.

collect function execution results, can be overriden

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public interface IResultCollector

The IResultCollector type exposes the following members.

Methods
  NameDescription
Public methodAddResult
add result from a single function execution
Public methodClearResults
GemFire 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 @since 6.5
Public methodEndResults
Call back provided to caller, which is called after function execution is complete and caller can retrieve results using getResult()
Public methodGetResult
get result
Public methodGetResult(UInt32)
get result
Top
See Also