SiloLifecycleSubject.PerfMeasureOnStart(Int32, TimeSpan) Method

Definition

Logs the observed performance of an OnStart(CancellationToken) call.

protected override void PerfMeasureOnStart (int stage, TimeSpan elapsed);
override this.PerfMeasureOnStart : int * TimeSpan -> unit
Protected Overrides Sub PerfMeasureOnStart (stage As Integer, elapsed As TimeSpan)

Parameters

stage
Int32

The stage.

elapsed
TimeSpan

The period of time which elapsed before OnStart(CancellationToken) completed once it was initiated.

Applies to