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

Visual Basic
Public MustInherit Class RoleEntryPoint
C#
public abstract class RoleEntryPoint
C++
public ref class RoleEntryPoint abstract
J#
public abstract class RoleEntryPoint
JScript
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

Page view tracker