Class ThreadHandler
Thread handler
public class ThreadHandler : AdvancedHandler<ThreadHandler, ThreadEventArgs>
- Inheritance
-
objectThreadHandler
- 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
CMSThreadHandled 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
CMSThreadHandled thread