SocketConnectionOptions.IOQueueCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of I/O queues used to process requests. Set to 0 to directly schedule I/O to the ThreadPool.
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.