Table of Contents

Interface IApplicationTask

Namespace
Steeltoe.Common
Assembly
Steeltoe.Common.dll

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 CancellationToken

The token to monitor for cancellation requests.

Returns

Task