Click or drag to resize
ThreadWorkerTProcess Method
Method processing actions.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
protected abstract void Process()
Remarks
If exception from override arises, the thread will not end, but exception will not be logged. Custom implementation of exception handling is required.
See Also