Property | Type | Description | |
---|---|---|---|
Workers | WorkerQueue[] |
Method | Description | |
---|---|---|
DedicatedThreadPool ( |
||
Dispose ( ) : void | ||
Dispose ( bool isDisposing ) : void | ||
QueueUserWorkItem ( System.Action work ) : bool |
Method | Description | |
---|---|---|
RequestThread ( WorkerQueue unclaimedQueue, bool errorRecovery = false ) : PoolWorker | ||
Shutdown ( ) : void |
public DedicatedThreadPool ( |
||
settings | ||
return | System |
public QueueUserWorkItem ( System.Action work ) : bool | ||
work | System.Action | |
return | bool |