WorkerThreadPoolQueueLength Property |
Returns the number of work items residing in the queue
waiting to get processed by the next free thread.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic int QueueLength { get; }Public ReadOnly Property QueueLength As Integer
Get
public:
property int QueueLength {
int get ();
}member QueueLength : int with get
Property Value
Int32
See Also