IAwaiterT Interface |
Namespace: AccessFlow
The IAwaiterT type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsCompleted |
Returns if the value of the awaitable is already available and
the execution may proceed synchronously.
|
Name | Description | |
---|---|---|
![]() | GetResult |
Waits for the awaitable to complete and returns
the value represented by it.
|
![]() | OnCompleted | Schedules the continuation action that's invoked when the instance completes. (Inherited from INotifyCompletion.) |