| WorkerThreadPoolMinWorkerThreads Property  | 
 
            The minimum number of worker threads
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
 Syntax
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
Type: 
Int32 See Also
See Also