Click or drag to resize
ThreadHandler.StartEvent Method (CMSThread)
Initiates the event handling

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public ThreadHandler StartEvent(
	CMSThread thread
)

Parameters

thread
Type: CMS.Base.CMSThread
Handled thread

Return Value

Type: ThreadHandler
See Also