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.1
Syntax public int QueueLength { get; }
Public ReadOnly Property QueueLength As Integer
Get
public:
property int QueueLength {
int get ();
}
member QueueLength : int with get
Property Value
Type:
Int32See Also