Constructor ForcedDelayBlock
ForcedDelayBlock(double)
Initializes a new instance of the ForcedDelayBlock class.
Declaration
public ForcedDelayBlock(double delayMs)
Parameters
| Type | Name | Description |
|---|---|---|
| double | delayMs | The minimum time duration the block should take, in milliseconds. |
ForcedDelayBlock(TimeSpan)
Declaration
public ForcedDelayBlock(TimeSpan minTime)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeSpan | minTime |