QueueRequestOptions.MaximumExecutionTime プロパティ

定義

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

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

プロパティ値

要求の再試行の最大実行時間を表す TimeSpan です。

実装

適用対象