Click or drag to resize
ThreadWorkerTFinish Method
Finishes the worker process.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
protected abstract void Finish()
Remarks

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:

See Also