Skip to content

ObserverStopped Constructors

Event payload for when a lifecycle observer has stopped.

ObserverStopped(string, int, string, SiloAddress?, TimeSpan, ILifecycleObserver)

View source
public ObserverStopped(string observerName, int stage, string stageName, SiloAddress? siloAddress, TimeSpan elapsed, ILifecycleObserver observer)
Event payload for when a lifecycle observer has stopped.

Parameters

observerNamestring
The observer name.
stageint
The numeric stage identifier.
stageNamestring
The human-readable stage name.
siloAddressSiloAddress?
The silo address associated with the event, if any.
elapsedTimeSpan
The time taken to stop.
observerILifecycleObserver
The lifecycle observer.