WorkerThreadPoolMinWorkerThreads Property |
The minimum number of worker threads
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public int MinWorkerThreads { get; set; }
Public Property MinWorkerThreads As Integer
Get
Set
public:
property int MinWorkerThreads {
int get ();
void set (int value);
}
member MinWorkerThreads : int with get, set
Property Value
Type:
Int32See Also