Public Member Functions | |
virtual void | OnThreadBegin ()=0 |
virtual void | OnThreadEnd ()=0 |
This is interface class that hand event callback occured from CThreadPool.
Please refer to Share Thread Pool that has same host module in a server. for more detail.
Usage
|
pure virtual |
When thread pool started thread, call this method.
|
pure virtual |
When thread pool is terminated, call this method.