RoleEnvironment Events
Namespace: Microsoft.WindowsAzure.ServiceRuntime
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
Events
Name | Description | |
---|---|---|
![]() ![]() |
Changed | Occurs after a change to the service configuration is applied to the running instances of a role. |
![]() ![]() |
Changing | Occurs before a change to the service configuration is applied to the running instances of a role. |
![]() ![]() |
SimultaneousChanged | Occurs after a simultaneous change to the service configuration has been applied to the running instances of a role. A simultaneous change affects all role instances at the same time. |
![]() ![]() |
SimultaneousChanging | Occurs before a simultaneous change to the service configuration is applied to the running instances of a role. A simultaneous change affects all role instances at the same time. |
![]() ![]() |
StatusCheck | Occurs at a regular interval to indicate the status of a role instance. |
![]() ![]() |
Stopping | Occurs when a role instance is about to be stopped. |
See Also
RoleEnvironment Class
Microsoft.WindowsAzure.ServiceRuntime Namespace
Return to top