QueuePolicyOptions Class

Definition

Specifies options for the IQueuePolicy

public ref class QueuePolicyOptions
public class QueuePolicyOptions
type QueuePolicyOptions = class
Public Class QueuePolicyOptions
Inheritance
QueuePolicyOptions

Constructors

QueuePolicyOptions()

Properties

MaxConcurrentRequests

Maximum number of concurrent requests. Any extras will be queued on the server. This option is highly application dependant, and must be configured by the application.

RequestQueueLimit

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.

Applies to