MetricsCounter - конструктор
Пространство имён: Tessa.Platform.CountersСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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
-