QueuePolicyOptions.MaxConcurrentRequests 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
並行要求的最大數目。 任何額外專案都會排入伺服器上的佇列。 此選項高度相依于應用程式,而且必須由應用程式設定。
public:
property int MaxConcurrentRequests { int get(); void set(int value); };
public int MaxConcurrentRequests { get; set; }
member this.MaxConcurrentRequests : int with get, set
Public Property MaxConcurrentRequests As Integer