GetAwaiter Method
Overloads
GetAwaiter() |
Asynchronous infrastructure support. This method permits instances of AsyncLazy<T> to be await'ed. |
GetAwaiter()
Asynchronous infrastructure support. This method permits instances of AsyncLazy<T> to be await'ed.
Declaration
public TaskAwaiter<T> GetAwaiter()
Returns
Type | Description |
---|---|
System.Runtime.CompilerServices.TaskAwaiter<T> |