Click or drag to resize
AsyncWorkerAttachToThread Method
Attaches to existing thread

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public void AttachToThread(
	CMSThread thread
)

Parameters

thread
Type: CMS.BaseCMSThread
Thread
See Also