[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The Start method is used to start the thread.

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEventRouter (WspEventRouter)

Syntax

Visual Basic (Declaration)
Public MustOverride Sub Start
C#
public abstract void Start ()
C++
public:
virtual void Start () abstract