SalesBuy
1-855-856-7678
Technical SupportSupport
| Class | Description |
|---|---|
| LocalResource | Represents a local storage resource that is reserved for a hosted service. |
| Role | Represents a role that is defined as part of a hosted service. |
| RoleEntryPoint | Provides methods to run code when a role instance is initialized, run, and stopped. |
| RoleEnvironment | Provides information about the configuration, endpoints, and status of running role instances. |
| RoleEnvironmentChange | Represents a change to the configuration of a hosted service. |
| RoleEnvironmentChangedEventArgs | Represents the arguments for the Changed event, which occurs after a configuration change has been applied to a role instance. |
| RoleEnvironmentChangingEventArgs | Represents the arguments for the Changing event, which occurs before a configuration change is applied to a role instance. |
| RoleEnvironmentConfigurationSettingChange | Represents a change to the configuration of a role. |
| RoleEnvironmentException | The exception that is thrown when an error occurs in accessing the properties and methods of the RoleEnvironment class. |
| RoleEnvironmentStoppingEventArgs | Represents the arguments for the Stopping event, which occurs when a role instance is being stopped. |
| RoleEnvironmentTopologyChange | Represents a change to the topology of a role. |
| RoleInstance | Represents an instance of a role. |
| RoleInstanceEndpoint | Represents an endpoint that is associated with a role instance. |
| RoleInstanceStatusCheckEventArgs | Represents the arguments for the StatusCheck event, which occurs at a regular interval to indicate the status of a role instance. |
| WindowsAzureHostingPermission | Represents access to the Windows Azure runtime environment. |
| WindowsAzureHostingPermissionAttribute |
| Enumeration | Description |
|---|---|
| RoleInstanceStatus | Indicates the status of a role instance. |