WorkerThreadPoolMaxWorkerThreads Property |
The maximum number of worker threads the pool may allocate
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
Type:
Int32See Also