Interface ITaskResult
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Obsolete("This feature is not in active development and may be removed in a future update.")]
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. |