PerformanceTestGroup(String, Int32, PerformanceTest) - конструктор
Пространство имён: Tessa.DiagnosticsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 String
-
- milliseconds Int32
-
- tests PerformanceTest
-