RetryPolicy.MaxRetryInterval 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.
Gets the maximum time to delay between attempts.
public TimeSpan MaxRetryInterval { get; }
member this.MaxRetryInterval : TimeSpan
Public ReadOnly Property MaxRetryInterval As TimeSpan
Property Value
Defaults to 1 hour.