RoleEntryPoint Class

Provides methods to manage the initialization, starting, and stopping of a service, as well as for monitoring the health of the service.

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

Usage

    Dim instance As RoleEntryPoint

Syntax

'Declaration
Public MustInherit Class RoleEntryPoint
public abstract class RoleEntryPoint
public ref class RoleEntryPoint abstract
public abstract class RoleEntryPoint
public abstract class RoleEntryPoint

Inheritance Hierarchy

System.Object
  Microsoft.ServiceHosting.ServiceRuntime.RoleEntryPoint

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 Members
Microsoft.ServiceHosting.ServiceRuntime Namespace