Property | Type | Description | |
---|---|---|---|
DefaultMaxQueueLength | int? | ||
DefaultMaxStackSize | int? | ||
DefaultPerformanceCounterInstanceName | string | ||
DefaultPostExecuteWorkItemCallback | PostExecuteWorkItemCallback |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
SmartThreadPool ( ) : System |
Constructor
|
|
SmartThreadPool ( |
Constructor
|
|
SmartThreadPool ( bool startSuspended ) : System |
Constructor
|
|
SmartThreadPool ( int idleTimeout ) : System |
Constructor
|
|
SmartThreadPool ( int idleTimeout, int maxWorkerThreads ) : System |
Constructor
|
|
SmartThreadPool ( int idleTimeout, int maxWorkerThreads, int minWorkerThreads ) : System |
Constructor
|
public SmartThreadPool ( |
||
stpStartInfo | A SmartThreadPool configuration that overrides the default behavior | |
return | System |
public SmartThreadPool ( bool startSuspended ) : System | ||
startSuspended | bool | Set it to True to start thread pool in suspended mode; Explicit call to Start() will be needed to start the Thread pool. |
return | System |
public SmartThreadPool ( int idleTimeout ) : System | ||
idleTimeout | int | Idle timeout in milliseconds |
return | System |
public SmartThreadPool ( int idleTimeout, int maxWorkerThreads ) : System | ||
idleTimeout | int | Idle timeout in milliseconds |
maxWorkerThreads | int | Upper limit of threads in the pool |
return | System |
public SmartThreadPool ( int idleTimeout, int maxWorkerThreads, int minWorkerThreads ) : System | ||
idleTimeout | int | Idle timeout in milliseconds |
maxWorkerThreads | int | Upper limit of threads in the pool |
minWorkerThreads | int | Lower limit of threads in the pool |
return | System |
public static int? DefaultMaxQueueLength | ||
return | int? |
public static string DefaultPerformanceCounterInstanceName | ||
return | string |