Click or drag to resize
CMSThread Constructor (ThreadStart, ThreadSettings)
Creates new instance of CMSThread.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public CMSThread(
	ThreadStart start,
	ThreadSettings settings
)

Parameters

start
Type: System.ThreadingThreadStart
A ThreadStart delegate that represents the methods to be invoked when this thread begins executing.
settings
Type: CMS.BaseThreadSettings
Settings object with required behavior of CMSThread object. The settings object must not be modified.
See Also