QueuePolicyOptions.RequestQueueLimit Property

Definition

Maximum number of queued requests before the server starts rejecting connections with '503 Service Unavailable'. This option is highly application dependant, and must be configured by the application.

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

Property Value

Applies to