WgetSettings.

Wait Property

Summary

Wait the specified number of seconds between the retrievals. Use of this option is recommended, as it lightens the server load by making the requests less frequent.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettings

Syntax

public Nullable<TimeSpan> Wait { get; set; }

Remarks

Specifying a large value for this option is useful if the network or the destination host is down, so that Wget can wait long enough to reasonably expect the network error to be fixed before the retry. The waiting interval specified by this function is influenced by .

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
Nullable<TimeSpan>

See Also