IRequestOptions.MaximumExecutionTime プロパティ

定義

実行される可能性のある再試行すべての最大実行時間を取得または設定します。

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

プロパティ値

実行される可能性のある再試行すべての最大実行時間を表す TimeSpan です。

適用対象