Method | Description | |
---|---|---|
GetAwaiter ( ) : TaskSchedulerAwaiter |
Gets the awaiter.
|
|
GetResult ( ) : void |
Gets the result.
|
|
OnCompleted ( System.Action continuation ) : void |
Schedules the continuation action that's invoked when the instance completes.
|
Method | Description | |
---|---|---|
TaskSchedulerAwaiter ( |
Initializes a new instance of the TaskSchedulerAwaiter structure.
|
public OnCompleted ( System.Action continuation ) : void | ||
continuation | System.Action | The action to invoke when the operation completes. |
return | void |