Interface ITaskResult
Returns the result of Map Reduce Task result form server.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface ITaskResult
TaskFailureReason
Returns reason behind the failure of task.
Declaration
string TaskFailureReason { get; }
Property Value
Type | Description |
---|---|
System.String |
TaskStatus
Return status of Task which can be failure, success or cancelled.
Declaration
TaskCompletionStatus TaskStatus { get; }
Property Value
Type | Description |
---|---|
TaskCompletionStatus |
GetEnumerator()
Obtain the result in form of dictionary.
Declaration
IDictionaryEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IDictionaryEnumerator | dictionary containing the MapReduce result |