AsyncVoidMethodBuilder Members
The AsyncVoidMethodBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AwaitOnCompleted<(Of <<'(TAwaiter, TStateMachine>)>>) |
Schedules the state machine to proceed to the next action when the specified awaiter completes.
|
![]() |
AwaitUnsafeOnCompleted<(Of <<'(TAwaiter, TStateMachine>)>>) |
Schedules the state machine to proceed to the next action when the specified awaiter completes. This method can be called from partially trusted code.
|
![]() ![]() |
Create |
Creates an instance of the AsyncVoidMethodBuilder class.
|
![]() |
SetException | |
![]() |
SetResult |
Marks the method builder as successfully completed.
|
![]() |
SetStateMachine | |
![]() |
Start<(Of <<'(TStateMachine>)>>) |
Begins running the builder with the associated state machine.
|