IStartupTask Interface

Definition

Defines an action to be taken after silo startup.

public interface IStartupTask
type IStartupTask = interface
Public Interface IStartupTask

Methods

Execute(CancellationToken)

Called after the silo has started.

Applies to