Skip to content

IStartupTask.Execute(CancellationToken)

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.