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