Method | Description | |
---|---|---|
Complete ( ) : void | ||
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Run ( |
Invokes the executor.
|
|
Schedule ( Func |
Enqueues the provided action for execution.
|
public Run ( |
||
cancellationToken | The cancellation task. | |
return | Task |
public Schedule ( Func |
||
action | Func |
/// The action being invoked. /// |
return | void |