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 |
---|---|
TaskFailureReason | Returns reason behind the failure of task. |
TaskStatus | Return status of Task which can be failure, success or canceled. |
Methods
Name | Description |
---|---|
GetEnumerator() | Obtain the result in form of dictionary. |