Checkpoint Struct
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.
Represents an event and the time it occurred relative to a well-known starting point.
public value class Checkpoint : IEquatable<Microsoft::Extensions::Diagnostics::Latency::Checkpoint>
public readonly struct Checkpoint : IEquatable<Microsoft.Extensions.Diagnostics.Latency.Checkpoint>
type Checkpoint = struct
Public Structure Checkpoint
Implements IEquatable(Of Checkpoint)
- Inheritance
- Implements
Related checkpoints are used to capture when sequential points in time are reached in an operation like request execution. They are measured relative to the start of an operation and hence capture latency as well as operation flow.
Checkpoint(String, Int64, Int64) |
Initializes a new instance of the Checkpoint struct. |
Elapsed |
Gets the relative time since the beginning of the associated operation at which the checkpoint was created. |
Frequency |
Gets the frequency of the timestamp value. |
Name |
Gets the name of the checkpoint. |
Equals(Checkpoint) |
Determines whether this and a specified checkpoint are identical. |
Equals(Object) |
Determines whether this and a specified object are identical. |
Get |
Gets a hash code for this object. |
Equality(Checkpoint, Checkpoint) |
Equality operator. |
Inequality(Checkpoint, Checkpoint) |
Inequality operator. |
Производ | Верзије |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET повратне информације
.NET је пројекат отвореног кода. Изаберите везу да бисте обезбедили повратне информације: