PerformanceTestGroup(String, Int32, PerformanceTest) - конструктор |
Пространство имён:
Tessa.Diagnostics
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public PerformanceTestGroup(
string name,
int milliseconds,
params PerformanceTest[] tests
)
Public Sub New (
name As String,
milliseconds As Integer,
ParamArray tests As PerformanceTest()
)
public:
PerformanceTestGroup(
String^ name,
int milliseconds,
... array<PerformanceTest^>^ tests
)
new :
name : string *
milliseconds : int *
tests : PerformanceTest[] -> PerformanceTestGroup
Параметры
- name
- Тип: SystemString
- milliseconds
- Тип: SystemInt32
- tests
- Тип: Tessa.DiagnosticsPerformanceTest
См. также