ObservableInstrument<T> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ObservableInstrument<T>(Meter, String, String, String) |
使用指定的計量、名稱、描述和單位, ObservableInstrument<T> 初始化 類別的新實例。 擴充 ObservableInstrument{T} 的所有類別都必須在建構擴充類別的物件時呼叫這個建構函式。 |
ObservableInstrument<T>(Meter, String, String, String, IEnumerable<KeyValuePair<String,Object>>) |
使用指定的計量、名稱、描述和單位,初始化 類別的新實例 ObservableInstrument<T> 。 |
ObservableInstrument<T>(Meter, String, String, String)
使用指定的計量、名稱、描述和單位, ObservableInstrument<T> 初始化 類別的新實例。 擴充 ObservableInstrument{T} 的所有類別都必須在建構擴充類別的物件時呼叫這個建構函式。
protected:
ObservableInstrument(System::Diagnostics::Metrics::Meter ^ meter, System::String ^ name, System::String ^ unit, System::String ^ description);
protected ObservableInstrument (System.Diagnostics.Metrics.Meter meter, string name, string? unit, string? description);
new System.Diagnostics.Metrics.ObservableInstrument<'T (requires 'T : struct)> : System.Diagnostics.Metrics.Meter * string * string * string -> System.Diagnostics.Metrics.ObservableInstrument<'T (requires 'T : struct)>
Protected Sub New (meter As Meter, name As String, unit As String, description As String)
參數
- meter
- Meter
建立檢測的計量。
- name
- String
檢測名稱。 不可以是 null
。
- unit
- String
選擇性的測量單位。
- description
- String
選擇性檢測描述。
適用於
ObservableInstrument<T>(Meter, String, String, String, IEnumerable<KeyValuePair<String,Object>>)
使用指定的計量、名稱、描述和單位,初始化 類別的新實例 ObservableInstrument<T> 。
protected:
ObservableInstrument(System::Diagnostics::Metrics::Meter ^ meter, System::String ^ name, System::String ^ unit, System::String ^ description, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ tags);
protected ObservableInstrument (System.Diagnostics.Metrics.Meter meter, string name, string? unit, string? description, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object?>>? tags);
new System.Diagnostics.Metrics.ObservableInstrument<'T (requires 'T : struct)> : System.Diagnostics.Metrics.Meter * string * string * string * seq<System.Collections.Generic.KeyValuePair<string, obj>> -> System.Diagnostics.Metrics.ObservableInstrument<'T (requires 'T : struct)>
Protected Sub New (meter As Meter, name As String, unit As String, description As String, tags As IEnumerable(Of KeyValuePair(Of String, Object)))
參數
- meter
- Meter
建立檢測的計量。
- name
- String
檢測名稱。 不可以是 null
。
- unit
- String
選擇性的測量單位。
- description
- String
選擇性檢測描述。
- tags
- IEnumerable<KeyValuePair<String,Object>>
要附加至計數器的標記。
備註
建構擴充類別的物件時,所有擴充 ObservableInstrument<T> 類別都需要呼叫這個建構函式。