프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 string DefaultPerformanceCounterInstanceName | ||
리턴 | string |