Skip to content

IServiceLifecycle Properties

Allows consumers to observe and participate in the client/silo's lifecycle.

Started

abstractget
public abstract IServiceLifecycleStage Started
Triggered when the client/silo has fully started and is ready to accept traffic.

Stopped

abstractget
public abstract IServiceLifecycleStage Stopped
Triggered when the client/silo has completed its shutdown process.

Stopping

abstractget
public abstract IServiceLifecycleStage Stopping
Triggered when the client/silo is beginning the shutdown process.