Method | Description | |
---|---|---|
GetResult ( ) : void |
Gets the result.
|
|
OnCompleted ( System.Action continuation ) : void |
Schedules the continuation action that's invoked when the instance completes.
|
Method | Description | |
---|---|---|
AutoConfiguredAwaiter ( System.Threading.Tasks.Task task ) : System | ||
UnsafeOnCompleted ( System.Action continuation ) : void |
public OnCompleted ( System.Action continuation ) : void | ||
continuation | System.Action | The action to invoke when the operation completes. |
return | void |