UpDownCounter<T>.Add 方法

定义

重载

Add(T)

记录度量值的增量值。 增量可以是正、负或零。

Add(T, KeyValuePair<String,Object>)

记录度量值的增量值。 增量可以是正、负或零。

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

记录度量值的增量值。 增量可以是正、负或零。

Add(T, TagList)

记录度量值的增量值。 增量可以是正、负或零。

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

记录度量值的增量值。 增量可以是正、负或零。

Add(T, KeyValuePair<String,Object>, KeyValuePair<String,Object>)

记录度量值的增量值。 增量可以是正、负或零。

Add(T, KeyValuePair<String,Object>, KeyValuePair<String,Object>, KeyValuePair<String,Object>)

记录度量值的增量值。 增量可以是正、负或零。

Add(T)

Source:
UpDownCounter.cs
Source:
UpDownCounter.cs
Source:
UpDownCounter.cs

记录度量值的增量值。 增量可以是正、负或零。

public:
 void Add(T delta);
public void Add (T delta);
member this.Add : 'T -> unit
Public Sub Add (delta As T)

参数

delta
T

要添加的量,可以是正数、负数或零。

适用于

Add(T, KeyValuePair<String,Object>)

Source:
UpDownCounter.cs
Source:
UpDownCounter.cs
Source:
UpDownCounter.cs

记录度量值的增量值。 增量可以是正、负或零。

public:
 void Add(T delta, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag);
public void Add (T delta, System.Collections.Generic.KeyValuePair<string,object?> tag);
member this.Add : 'T * System.Collections.Generic.KeyValuePair<string, obj> -> unit
Public Sub Add (delta As T, tag As KeyValuePair(Of String, Object))

参数

delta
T

要添加的量,可以是正数、负数或零。

tag
KeyValuePair<String,Object>

与度量关联的键值对标记。

适用于

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

Source:
UpDownCounter.cs
Source:
UpDownCounter.cs
Source:
UpDownCounter.cs

记录度量值的增量值。 增量可以是正、负或零。

public:
 void Add(T delta, ... cli::array <System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ tags);
public void Add (T delta, params System.Collections.Generic.KeyValuePair<string,object>[] tags);
member this.Add : 'T * System.Collections.Generic.KeyValuePair<string, obj>[] -> unit
Public Sub Add (delta As T, ParamArray tags As KeyValuePair(Of String, Object)())

参数

delta
T

要添加的量,可以是正数、负数或零。

tags
KeyValuePair<String,Object>[]

与度量关联的键值对标记的列表。

适用于

Add(T, TagList)

Source:
UpDownCounter.cs
Source:
UpDownCounter.cs
Source:
UpDownCounter.cs

记录度量值的增量值。 增量可以是正、负或零。

public:
 void Add(T delta, System::Diagnostics::TagList % tagList);
public void Add (T delta, in System.Diagnostics.TagList tagList);
member this.Add : 'T * TagList -> unit
Public Sub Add (delta As T, ByRef tagList As TagList)

参数

delta
T

要添加的量,可以是正数、负数或零。

tagList
TagList

TagList 度量关联的标记的 。

适用于

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

Source:
UpDownCounter.cs
Source:
UpDownCounter.cs
Source:
UpDownCounter.cs

记录度量值的增量值。 增量可以是正、负或零。

public:
 void Add(T delta, ReadOnlySpan<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> tags);
public void Add (T delta, ReadOnlySpan<System.Collections.Generic.KeyValuePair<string,object?>> tags);
member this.Add : 'T * ReadOnlySpan<System.Collections.Generic.KeyValuePair<string, obj>> -> unit
Public Sub Add (delta As T, tags As ReadOnlySpan(Of KeyValuePair(Of String, Object)))

参数

delta
T

要添加的量,可以是正数、负数或零。

tags
ReadOnlySpan<KeyValuePair<String,Object>>

与度量关联的键值对标记范围。

适用于

Add(T, KeyValuePair<String,Object>, KeyValuePair<String,Object>)

Source:
UpDownCounter.cs
Source:
UpDownCounter.cs
Source:
UpDownCounter.cs

记录度量值的增量值。 增量可以是正、负或零。

public:
 void Add(T delta, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag1, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag2);
public void Add (T delta, System.Collections.Generic.KeyValuePair<string,object?> tag1, System.Collections.Generic.KeyValuePair<string,object?> tag2);
member this.Add : 'T * System.Collections.Generic.KeyValuePair<string, obj> * System.Collections.Generic.KeyValuePair<string, obj> -> unit
Public Sub Add (delta As T, tag1 As KeyValuePair(Of String, Object), tag2 As KeyValuePair(Of String, Object))

参数

delta
T

要添加的量,可以是正数、负数或零。

tag1
KeyValuePair<String,Object>

与度量关联的第一个键值对标记。

tag2
KeyValuePair<String,Object>

与度量关联的第二个键值对标记。

适用于

Add(T, KeyValuePair<String,Object>, KeyValuePair<String,Object>, KeyValuePair<String,Object>)

Source:
UpDownCounter.cs
Source:
UpDownCounter.cs
Source:
UpDownCounter.cs

记录度量值的增量值。 增量可以是正、负或零。

public:
 void Add(T delta, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag1, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag2, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag3);
public void Add (T delta, System.Collections.Generic.KeyValuePair<string,object?> tag1, System.Collections.Generic.KeyValuePair<string,object?> tag2, System.Collections.Generic.KeyValuePair<string,object?> tag3);
member this.Add : 'T * System.Collections.Generic.KeyValuePair<string, obj> * System.Collections.Generic.KeyValuePair<string, obj> * System.Collections.Generic.KeyValuePair<string, obj> -> unit
Public Sub Add (delta As T, tag1 As KeyValuePair(Of String, Object), tag2 As KeyValuePair(Of String, Object), tag3 As KeyValuePair(Of String, Object))

参数

delta
T

要添加的量,可以是正数、负数或零。

tag1
KeyValuePair<String,Object>

与度量关联的第一个键值对标记。

tag2
KeyValuePair<String,Object>

与度量关联的第二个键值对标记。

tag3
KeyValuePair<String,Object>

与度量关联的第三个键值对标记。

适用于