ObserverStarting(string, int, string, SiloAddress?, ILifecycleObserver)
public ObserverStarting(string observerName, int stage, string stageName, SiloAddress? siloAddress, ILifecycleObserver observer) Event payload for when a lifecycle observer is about to start.
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.
