RetryPolicy.RetryTimeout 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 overall timeout for retries. No further attempts will be made at executing a task after this retry timeout expires.
public TimeSpan RetryTimeout { get; }
member this.RetryTimeout : TimeSpan
Public ReadOnly Property RetryTimeout As TimeSpan
Property Value
Defaults to InfiniteTimeSpan.