ConfiguredTaskAwaitable(Of TResult).GetAwaiter Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an awaiter for this awaitable.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Function GetAwaiter As ConfiguredTaskAwaitable<(Of <(<'TResult>)>)>..::..ConfiguredTaskAwaiter
Return Value
Type: System.Runtime.CompilerServices.ConfiguredTaskAwaitable(Of TResult).ConfiguredTaskAwaiterThe awaiter.
Show: