Interface IResultTask<T>
A task the provides a result.
public interface IResultTask<out T> : ITask
Type Parameters
T
- Inherited Members
- Extension Methods
Properties
Result
The result of the task.
T Result { get; }
Property Value
- T
Exceptions
- InvalidOperationException
The task is not Complete.