Measure 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 a measure.
public value class Measure : IEquatable<Microsoft::Extensions::Diagnostics::Latency::Measure>
public readonly struct Measure : IEquatable<Microsoft.Extensions.Diagnostics.Latency.Measure>
type Measure = struct
Public Structure Measure
Implements IEquatable(Of Measure)
- Inheritance
- Implements
Measures are used to aggregate or record values. They are used to track statistics about recurring operations. Example: number of calls to a database, or total latency of database calls.
Measure(String, Int64) |
Initializes a new instance of the Measure struct. |
Equals(Measure) |
Determines whether this and a specified measure are identical. |
Equals(Object) |
Determines whether this and a specified object are identical. |
Get |
Gets a hash code for this object. |
Equality(Measure, Measure) |
Equality operator. |
Inequality(Measure, Measure) |
Inequality operator. |
Produto | Versões |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: