Method | Description | |
---|---|---|
AutoConfiguredAwaitable ( System.Threading.Tasks.Task task ) : System |
Initializes a new instance of the AutoConfiguredAwaitable struct.
|
|
GetAwaiter ( ) : |
Method | Description | |
---|---|---|
NeedToConfigure ( ) : bool |
Checks if there is a need to continue on the current context
|
|
OnCompleted ( System.Threading.Tasks.Task task, System.Action continuation ) : void |
Schedules the continuation action that's invoked when the instance completes.
|
|
UnsafeOnCompleted ( System.Threading.Tasks.Task task, System.Action continuation ) : void |
public AutoConfiguredAwaitable ( System.Threading.Tasks.Task task ) : System | ||
task | System.Threading.Tasks.Task | The task being awaited |
return | System |
public GetAwaiter ( ) : |
||
return |