WebRequestPSCmdlet.RetryIntervalSec Property

Definition

Gets or sets the RetryIntervalSec property, which determines the number seconds between retries.

[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(1, 2147483647)]
public virtual int RetryIntervalSec { get; set; }
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(1, 2147483647)>]
member this.RetryIntervalSec : int with get, set
Public Overridable Property RetryIntervalSec As Integer

Property Value

Attributes

Applies to