ThreadWorkerTFinish Method |
Namespace: CMS.Base
protected abstract void Finish()
Implement this method to specify what the worker must do in order to not lose its internal data when being finished.
Execution or completeness is not guaranteed. Do not use this method for time-consuming actions. Code execution can be forcibly interrupted after a short period of time.
The Finish method is called in following scenarios: