Class TaskResult
Returns the blocking call of Map Reduce Task result form server.
Inheritance
System.Object
TaskResult
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public class TaskResult : ITaskResult
Name | Description |
---|---|
TaskResult(TaskCompletionStatus, String, Int16, String) |
Name | Description |
---|---|
TaskFailureReason | Returns reason behind the failure of task. |
TaskManagement | |
TaskStatus | Return status of Task which can be failure, success or canceled. |
Name | Description |
---|---|
GetEnumerator() | Obtain the result in form of dictionary. |