Click or drag to resize
ThreadWorkerTInitialize Method
Initializes the worker. Runs in the worker thread before the thread processes the first iteration.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected virtual void Initialize()
See Also