Class WaitTask
Simply waits for the specified (via the parameter) amount of time. For example Wait(30s) waits for 30 seconds. This is useful with background tasks to control how long the tasks run.
You can specify h, m, or s (hours, minutes, seconds) as the trailing time unit. No unit is interpreted as seconds.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class WaitTask : PerfTask
Constructors
Name | Description |
---|---|
WaitTask(PerfRunData) |
Properties
Name | Description |
---|---|
SupportsParams |
Methods
Name | Description |
---|---|
DoLogic() | |
SetParams(String) |