QueuePolicyOptions.RequestQueueLimit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在伺服器開始拒絕 「503 服務無法使用」的連線之前,佇列要求的數目上限。 此選項與應用程式高度相依,而且必須由應用程式設定。
public:
property int RequestQueueLimit { int get(); void set(int value); };
public int RequestQueueLimit { get; set; }
member this.RequestQueueLimit : int with get, set
Public Property RequestQueueLimit As Integer