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