RoleEntryPoint Members
Provides methods to run code when a role instance is initialized, run, and stopped.
The following tables list the members exposed by the RoleEntryPoint type.
Protected Constructors
Name | Description | |
---|---|---|
RoleEntryPoint | Initializes a new instance of the RoleEntryPoint class. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object) |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() |
OnStart | Runs code that initializes a role instance. |
![]() |
OnStop | Runs code when a role instance is to be stopped. |
![]() |
Run | Runs code that is intended to be run for the life of the role instance. |
![]() |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
RoleEntryPoint Class
Microsoft.WindowsAzure.ServiceRuntime Namespace