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> |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!