RoleEnvironment Events

 

Namespace:   Microsoft.WindowsAzure.ServiceRuntime
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Events

Name Description
System_CAPS_pubeventSystem_CAPS_static Changed

Occurs after a change to the service configuration is applied to the running instances of a role.

System_CAPS_pubeventSystem_CAPS_static Changing

Occurs before a change to the service configuration is applied to the running instances of a role.

System_CAPS_pubeventSystem_CAPS_static 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.

System_CAPS_pubeventSystem_CAPS_static 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.

System_CAPS_pubeventSystem_CAPS_static StatusCheck

Occurs at a regular interval to indicate the status of a role instance.

System_CAPS_pubeventSystem_CAPS_static Stopping

Occurs when a role instance is about to be stopped.

See Also

RoleEnvironment Class
Microsoft.WindowsAzure.ServiceRuntime Namespace

Return to top