Delegate MapReduceCallback
Users can register a callback on the MapReduce task that is called when task execution is completed, failed or cancelled with a parameter response that encapsulates status of the task and result (if completed).
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public delegate void MapReduceCallback(ITaskResult response);
Parameters
Type | Name | Description |
---|---|---|
ITaskResult | response | Encapsulates task and result if completed |
Remarks
Note: If map reduce call back is registered than GetTaskResult(taskID) for specific taskID can not be called.