SocketTransportOptions.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:
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 a value based on and limited to ProcessorCount.