Method GetAwaiter
GetAwaiter()
Gets the awaiter instance used by the C# async/await pattern.
IAwaiter GetAwaiter()
Returns
- IAwaiter
An awaiter that schedules and completes the asynchronous operation.
Gets the awaiter instance used by the C# async/await pattern.
IAwaiter GetAwaiter()
An awaiter that schedules and completes the asynchronous operation.