WorkerThreadPoolWorkItemsCount Property |
Returns the number of current work items.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public int WorkItemsCount { get; }
Public ReadOnly Property WorkItemsCount As Integer
Get
public:
property int WorkItemsCount {
int get ();
}
member WorkItemsCount : int with get
Property Value
Type:
Int32See Also