TimeoutManager.RequestQueue プロパティ

定義

アプリケーションが要求を取得する前に、要求が要求キューに残ることを許可された時間 (秒単位)。 既定のタイマーは 2 分です。

システムの既定値を使用する必要があることを示すには、TimeSpan.Zero を使用します。

public:
 property TimeSpan RequestQueue { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan RequestQueue { get; set; }
member this.RequestQueue : TimeSpan with get, set
Public Property RequestQueue As TimeSpan

プロパティ値

適用対象