Interface IApplicationTask
A runnable asynchronous task bundled with the assembly that can be executed on-demand.
public interface IApplicationTask
Methods
RunAsync(CancellationToken)
Executes this task asynchronously.
Task RunAsync(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationTokenThe token to monitor for cancellation requests.