Skip to content

IStartupTask Methods

Defines an action to be taken after silo startup.

Execute(CancellationToken)

abstract
public abstract Task Execute(CancellationToken cancellationToken)
Called after the silo has started.

Parameters

cancellationTokenCancellationToken
The cancellation token which is canceled when the method must abort.

Returns

A System.Threading.Tasks.Task representing the work performed.