Свойство | Тип | Описание | |
---|---|---|---|
DefaultMaxQueueLength | int? | ||
DefaultMaxStackSize | int? | ||
DefaultPerformanceCounterInstanceName | string | ||
DefaultPostExecuteWorkItemCallback | PostExecuteWorkItemCallback |
Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 | |
Результат | 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. |
Результат | System |
public SmartThreadPool ( int idleTimeout ) : System | ||
idleTimeout | int | Idle timeout in milliseconds |
Результат | System |
public SmartThreadPool ( int idleTimeout, int maxWorkerThreads ) : System | ||
idleTimeout | int | Idle timeout in milliseconds |
maxWorkerThreads | int | Upper limit of threads in the pool |
Результат | 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 |
Результат | System |
public static int? DefaultMaxQueueLength | ||
Результат | int? |
public static int? DefaultMaxStackSize | ||
Результат | int? |
public static string DefaultPerformanceCounterInstanceName | ||
Результат | string |