MetricsCounter - конструктор
Пространство имён: Tessa.Platform.CountersСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public MetricsCounter(
string name,
CounterType type,
string? description
)
Public Sub New (
name As String,
type As CounterType,
description As String
)
public:
MetricsCounter(
String^ name,
CounterType type,
String^ description
)
new :
name : string *
type : CounterType *
description : string -> MetricsCounter
Параметры
- name String
-
- type CounterType
-
- description String
-