Click or drag to resize

WorkerThreadPoolQueueLength Property

Returns the number of work items residing in the queue waiting to get processed by the next free thread.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public int QueueLength { get; }

Property Value

Type: Int32
See Also