ISiloLifecycle
interface
Namespace: Orleans.Runtime
The observable silo lifecycle.
public interface ISiloLifecycle : ILifecycleObservableRemarks
This type is usually used as the generic parameter in
Orleans.ILifecycleParticipant as a means of participating in the lifecycle stages of a silo. Properties
HighestCompletedStageThe highest lifecycle stage which has completed starting.LowestStoppedStageThe lowest lifecycle stage which has completed stopping.
