LatencyData.Checkpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of checkpoints added while measuring the operation's latency.
public:
property ReadOnlySpan<Microsoft::Extensions::Diagnostics::Latency::Checkpoint> Checkpoints { ReadOnlySpan<Microsoft::Extensions::Diagnostics::Latency::Checkpoint> get(); };
public ReadOnlySpan<Microsoft.Extensions.Diagnostics.Latency.Checkpoint> Checkpoints { get; }
member this.Checkpoints : ReadOnlySpan<Microsoft.Extensions.Diagnostics.Latency.Checkpoint>
Public ReadOnly Property Checkpoints As ReadOnlySpan(Of Checkpoint)