Share via


IRetryPolicy.ClientRetryTimeout Property

Definition

Gets the timeout for the client side retry.

public TimeSpan ClientRetryTimeout { get; }
member this.ClientRetryTimeout : TimeSpan
Public ReadOnly Property ClientRetryTimeout As TimeSpan

Property Value

Amount of time we retry before throwing the OperationCancelledException to the user Api.

Applies to