Class MapReduceTaskResult
Tracks the execution of MapReduce Task.
Inheritance
System.Object
MapReduceTaskResult
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public class MapReduceTaskResult : ITrackableTask
Name | Description |
---|---|
MapReduceTaskResult(ITaskManagement, String) | Initialize a new instance of class. |
Name | Description |
---|---|
TaskId | Unique GUID identification of MapReduce task. |
TaskStatus | Returns the status of task. |
Name | Description |
---|---|
CancelTask() | Cancel the already running task. |
GetResult() | Blocking call that waits until server returns the result in form of completion, failure or cancellation of a task. |
GetResult(Int32) | If no result is obtained within the provided timeout, Operationfailedexception will be thrown. |
Name | Description |
---|---|
OnMapReduceComplete | Registered Async callback on completion, failure or cancellation of task. |