QueueRequestOptions.ServerTimeout プロパティ

定義

要求に対するサーバー タイムアウト間隔を取得または設定します。

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

プロパティ値

要求に対するサーバー タイムアウト間隔を表す TimeSpan です。

実装

適用対象