Method GetAwaiter
GetAwaiter()
Gets the awaiter for this asynchronous operation producing a result.
IAwaiter<out TResult> GetAwaiter()
Returns
- IAwaiter<TResult>
An awaiter that yields a
TResulton completion.
Gets the awaiter for this asynchronous operation producing a result.
IAwaiter<out TResult> GetAwaiter()
An awaiter that yields a TResult on completion.