LatencyData Struct
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.
Encapsulates the state accumulated while measuring the latency of an operation.
public value class LatencyData
public readonly struct LatencyData
type LatencyData = struct
Public Structure LatencyData
- Inheritance
Constructors
LatencyData(ArraySegment<Tag>, ArraySegment<Checkpoint>, ArraySegment<Measure>, Int64, Int64) |
Initializes a new instance of the LatencyData struct. |
Properties
Checkpoints |
Gets the list of checkpoints added while measuring the operation's latency. |
DurationTimestamp |
Gets the total time measured by the latency context. |
DurationTimestampFrequency |
Gets the frequency of the duration timestamp. |
Measures |
Gets the list of measures added. |
Tags |
Gets the list of tags added to provide metadata about the operation being measured. |