Прочитај на енглеском Уреди

Делите путем


Measurement<T> 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.

Stores one observed metrics value and its associated tags. This type is used by an Observable instrument's Observe() method when reporting current measurements.

C#
public readonly struct Measurement<T> where T : struct

Type Parameters

T

The type that the measurement represents.

Inheritance
Measurement<T>

Constructors

Measurement<T>(T, IEnumerable<KeyValuePair<String,Object>>)

Initializes a new instance of Measurement<T> using the specified value and list of tags.

Measurement<T>(T, KeyValuePair<String,Object>[])

Initializes a new instance of Measurement<T> using the specified value and list of tags.

Measurement<T>(T, ReadOnlySpan<KeyValuePair<String,Object>>)

Initializes a new instance of Measurement<T> using the specified value and list of tags.

Measurement<T>(T, TagList)
Measurement<T>(T)

Initializes a new instance of Measurement<T> using the specified value.

Properties

Tags

Gets the measurement tags list.

Value

Gets the measurement value.

Applies to

Производ Верзије
.NET 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)