NewmanSettingsExtensions.

SetRequestDelay(NewmanSettings, int) Method

Summary

Specify the extent of delay between requests (in milliseconds).
Assembly
Cake.Newman.dll
Namespace
Cake.Newman
Containing Type
NewmanSettingsExtensions

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.