Interface ITaskResult
Returns the result of Map Reduce Task result from server.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface ITaskResult
Properties
Name | Description |
---|---|
Task |
Returns reason behind the failure of task. |
Task |
Return status of Task which can be failure, success or canceled. |
Methods
Name | Description |
---|---|
Get |
Obtain the result in form of dictionary. |