Table of Contents

Class ThreadHandler

Namespace
CMS.Base
Assembly
CMS.Base.dll

Thread handler

public class ThreadHandler : AdvancedHandler<ThreadHandler, ThreadEventArgs>
Inheritance
object
ThreadHandler
Inherited Members
Extension Methods

Methods

Start(CMSThread)

Commences the event by invoking the registered Before event handlers. Returns a handle for completing the event.

public IAdvancedEventHandle<ThreadEventArgs> Start(CMSThread thread)

Parameters

thread CMSThread

Handled thread.

Returns

IAdvancedEventHandle<ThreadEventArgs>

Returns a handle for completing the event.

StartEvent(CMSThread)

Initiates the event handling

[Obsolete("Use Start(CMSThread) instead.")]
[ObsoleteSince(30, 2)]
public ThreadHandler StartEvent(CMSThread thread)

Parameters

thread CMSThread

Handled thread

Returns

ThreadHandler