IRequestOptions.MaximumExecutionTime Property

Definition

Gets or sets the maximum execution time across all potential retries.

public TimeSpan? MaximumExecutionTime { get; set; }
member this.MaximumExecutionTime : Nullable<TimeSpan> with get, set
Public Property MaximumExecutionTime As Nullable(Of TimeSpan)

Property Value

A TimeSpan containing the maximum execution time across all potential retries.

Applies to