RoleEntryPoint Methods
Namespace:
Microsoft.WindowsAzure.ServiceRuntime
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (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.) |
Show:

