Method GetAwaiter
GetAwaiter()
Asynchronous infrastructure support. This method permits instances of AsyncLazy<T> to be await'ed.
public TaskAwaiter<T> GetAwaiter()
Returns
- TaskAwaiter<T>
Asynchronous infrastructure support. This method permits instances of AsyncLazy<T> to be await'ed.
public TaskAwaiter<T> GetAwaiter()