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