SocketTransportOptions.IOQueueCount Property

Definition

The number of I/O queues used to process requests. Set to 0 to directly schedule I/O to the ThreadPool.

public:
 property int IOQueueCount { int get(); void set(int value); };
public int IOQueueCount { get; set; }
member this.IOQueueCount : int with get, set
Public Property IOQueueCount As Integer

Property Value

Remarks

Defaults to ProcessorCount rounded down and clamped between 1 and 16.

Applies to