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

屬性值

適用於