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