Skip to content

ObserverStopping Constructors

Event payload for when a lifecycle observer is about to stop.

ObserverStopping(string, int, string, SiloAddress?, ILifecycleObserver)

View source
public ObserverStopping(string observerName, int stage, string stageName, SiloAddress? siloAddress, ILifecycleObserver observer)
Event payload for when a lifecycle observer is about to stop.

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.
observerILifecycleObserver
The lifecycle observer.