Interface ITrackableTask
Tracks the execution of MapReduce Task.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface ITrackableTask
Name | Description |
---|---|
Task |
Unique GUID identification of MapReduce task. |
Task |
Returns the status of task. |
Name | Description |
---|---|
Cancel |
Cancel the already running task. |
Get |
Blocking call that waits until server returns the result in form of completion, failure or cancellation of a task. |
Get |
If no result is obtained within the provided timeout, OperationFailedException will be thrown. |
Name | Description |
---|---|
On |
Registered Async callback on completion, failure or cancellation of task. |