Skip to content

ObserverCompleted.ObserverCompleted(string, int, string, SiloAddress?, TimeSpan, ILifecycleObserver)

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

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

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