Compartilhar via


RetryPolicy.RetryTimeout Property

Definition

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.

Applies to