PerformanceTestViewModel(PerformanceTest, PerformanceCounterViewModel) - конструктор |
Пространство имён:
Tessa.UI.Diagnostics
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public PerformanceTestViewModel(
PerformanceTest model,
params PerformanceCounterViewModel[] counters
)
Public Sub New (
model As PerformanceTest,
ParamArray counters As PerformanceCounterViewModel()
)
public:
PerformanceTestViewModel(
PerformanceTest^ model,
... array<PerformanceCounterViewModel^>^ counters
)
new :
model : PerformanceTest *
counters : PerformanceCounterViewModel[] -> PerformanceTestViewModel
Параметры
- model
- Тип: Tessa.DiagnosticsPerformanceTest
- counters
- Тип: Tessa.UI.DiagnosticsPerformanceCounterViewModel
См. также