Interface IAwaitable<TResult>
Explicit interface to support the compiling of async/await.
public interface IAwaitable<out TResult>
Type Parameters
TResultThe awaiter return value type.
- Extension Methods
Methods
- GetAwaiter()
Gets the awaiter for this asynchronous operation producing a result.