WorkerThreadPoolMaxWorkerThreads Property |
The maximum number of worker threads the pool may allocate
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic int MaxWorkerThreads { get; set; }
Public Property MaxWorkerThreads As Integer
Get
Set
public:
property int MaxWorkerThreads {
int get ();
void set (int value);
}
member MaxWorkerThreads : int with get, set
Property Value
Int32
See Also