GetStageName(int)
override
protected override string GetStageName(int stage) Gets the name of the specified numeric stage.
Parameters
stageint- The stage number.
Returns
The name of the stage.
protected override string GetStageName(int stage)stageintpublic override Task OnStart(CancellationToken cancellationToken = default(CancellationToken))cancellationTokenCancellationTokenSystem.Threading.Tasks.Task which represents the operation. protected override void OnStartStageCompleted(int stage)LifecycleSubject completed. stageintpublic override Task OnStop(CancellationToken cancellationToken = default(CancellationToken))cancellationTokenCancellationTokenSystem.Threading.Tasks.Task which represents the operation. protected override void OnStopStageCompleted(int stage)LifecycleSubject completed. stageintprotected override void PerfMeasureOnStart(int stage, TimeSpan elapsed)LifecycleSubject call. stageintelapsedTimeSpanLifecycleSubject completed once it was initiated.protected override void PerfMeasureOnStop(int stage, TimeSpan elapsed)LifecycleSubject call. stageintelapsedTimeSpanLifecycleSubject completed once it was initiated.public override IDisposable Subscribe(string observerName, int stage, ILifecycleObserver observer)observerNamestringstageintobserverILifecycleObserver