WorkerThreadPoolWorkItemsCount Property |
Returns the number of current work items.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic int WorkItemsCount { get; }
Public ReadOnly Property WorkItemsCount As Integer
Get
public:
property int WorkItemsCount {
int get ();
}
member WorkItemsCount : int with get
Property Value
Int32
See Also