Method | Description | |
---|---|---|
GetAvailableThreads ( int &workerThreads, int &completionPortThreads ) : void | ||
GetMaxThreads ( int &workerThreads, int &completionPortThreads ) : void | ||
GetMinThreads ( int &workerThreads, int &completionPortThreads ) : void |
Method | Description | |
---|---|---|
QueueUserWorkItem ( WaitCallback callBack ) : bool | ||
QueueUserWorkItem ( WaitCallback callBack, object state ) : bool | ||
RegisterWaitForSingleObject ( |
||
SetMaxThreads ( int workerThreads, int completionPortThreads ) : bool | ||
SetMinThreads ( int workerThreads, int completionPortThreads ) : bool |
public GetAvailableThreads ( int &workerThreads, int &completionPortThreads ) : void | ||
workerThreads | int | |
completionPortThreads | int | |
return | void |
public GetMaxThreads ( int &workerThreads, int &completionPortThreads ) : void | ||
workerThreads | int | |
completionPortThreads | int | |
return | void |
public GetMinThreads ( int &workerThreads, int &completionPortThreads ) : void | ||
workerThreads | int | |
completionPortThreads | int | |
return | void |