SqlAuthenticationProviderException.RetryPeriod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The period of time, in milliseconds, to wait before retrying the action. 0 if no retry period is suggested. Never negative. Always 0 when ShouldRetry is false.
public:
property int RetryPeriod { int get(); };
public int RetryPeriod { get; }
member this.RetryPeriod : int
Public ReadOnly Property RetryPeriod As Integer