RoleEntryPoint Methods
Namespace: Microsoft.WindowsAzure.ServiceRuntime
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
Methods
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.) |
See Also
RoleEntryPoint Class
Microsoft.WindowsAzure.ServiceRuntime Namespace
Return to top