WorkerThreadPoolMinWorkerThreads Property |
The minimum number of worker threads
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
Int32
See Also