次の方法で共有


TableRequestOptions.MaximumExecutionTime プロパティ

定義

要求に関して発生しうるすべての再試行を加味した最大実行時間を取得または設定します。

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

プロパティ値

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

適用対象