Table of Contents

Delegate AsyncAction

Namespace
Executables
Assembly
executables.dll

Represents an asynchronous action with no input arguments.

public delegate ValueTask AsyncAction(CancellationToken token = default)

Parameters

token CancellationToken

Cancellation token.

Returns

ValueTask

Asynchronous operation.