Delegate MapReduceCallback
Async event of registered callback in case of complete execution, failure or cancellation of task.
Namespace:
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.