Delegate AsyncAction
- Namespace
- Executables
- Assembly
- executables.dll
Represents an asynchronous action with no input arguments.
public delegate ValueTask AsyncAction(CancellationToken token = default)
Parameters
tokenCancellationTokenCancellation token.
Returns
- ValueTask
Asynchronous operation.