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

属性值

适用于