ConcurrentAccessAwaiter Methods |
The ConcurrentAccessAwaiter type exposes the following members.
Name | Description | |
---|---|---|
GetAwaiter |
Gets the Awaiter from the Awaitable. This method is a part of the Awaitable contract.
| |
GetResult |
Gets the result of the async method. This method is a part of the Awaiter contract.
| |
OnCompleted | Schedules the continuation action that's invoked when the instance completes. | |
UnsafeOnCompleted | Schedules the continuation action that's invoked when the instance completes. |