RoleEntryPoint.Start Method

Starts the role.

Namespace: Microsoft.ServiceHosting.ServiceRuntime
Assembly: Microsoft.ServiceHosting.ServiceRuntime (in microsoft.servicehosting.serviceruntime.dll)

Usage

    Dim instance As RoleEntryPoint

instance.Start

Syntax

'Declaration
Public MustOverride Sub Start
public abstract void Start ()
public:
virtual void Start () abstract
public abstract void Start ()
public abstract function Start ()

Remarks

The Start method is called by the Initialize method to start the role.

Important

Returning from the Start method is not recommended.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

RoleEntryPoint Class
RoleEntryPoint Members
Microsoft.ServiceHosting.ServiceRuntime Namespace