메소드 | 설명 | |
---|---|---|
GetResult ( ) : void |
Gets the result.
|
|
OnCompleted ( System.Action continuation ) : void |
Schedules the continuation action that's invoked when the instance completes.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |