<PackageReference Include="Relativity.Telemetry.Client" Version="9.4.164" />

TimerResult

Result of a Timer measure.
public double Elapsed { get; set; }

Gets or sets the elapsed time in milliseconds.

public object Identifier { get; set; }

Gets or sets the identifier.

public TimerState State { get; set; }

Gets or sets the state.

public TimerResult()

Initializes a new instance of the TimerResult class.

public TimerResult(Metadata metadata)

Initializes a new instance of the TimerResult class.

public TimerResult(Metadata metadata, object identifier, TimeSpan elapsed, TimerState state)

Initializes a new instance of the TimerResult class.