IThreadPoolConfig Members

Methods

GetSize

Call this method to get the number of threads in the pool.

GetTimeout

Call this method to get the maximum time in milliseconds that the thread pool will wait for a thread to shut down.

SetSize

Call this method to set the number of threads in the pool.

SetTimeout

Call this method to set the maximum time in milliseconds that the thread pool will wait for a thread to shut down.

See Also

Reference

IThreadPoolConfig Interface

Other Resources

CThreadPool Members