This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Newman.
Summary
Specify the extent of delay between requests (in milliseconds).
- Assembly
- Cake
.Newman .dll - Namespace
- Cake
.Newman - Containing Type
- Newman
Settings Extensions
Syntax
public static NewmanSettings SetRequestDelay(this NewmanSettings settings, int delay)
Parameters
Name | Type | Description |
---|---|---|
settings | NewmanSettings | The settings. |
delay | int | The time (in milliseconds). |
Return Value
Type | Description |
---|---|
NewmanSettings | The updated settings. |