TimeoutManager.RequestQueue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在應用程式挑選要求之前,允許要求保留在要求佇列中的時間,以秒為單位。 預設計時器為 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