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: 7.2
Syntax
public int QueueLength { get; }

Property Value

Int32
See Also