Share via


DeploymentBaseContext.RetryInterval Property

Definition

Gets the interval, in milliseconds, to wait between retry attempts.

public:
 property int RetryInterval { int get(); };
public int RetryInterval { get; }
member this.RetryInterval : int
Public ReadOnly Property RetryInterval As Integer

Property Value

The interval, in milliseconds, to wait between retry attempts.

Remarks

The default value is 1000 milliseconds.

Applies to