共用方式為


IServiceRuntimeWrapper 介面

定義

ServiceRuntimeWrapper 針對 Microsoft.WindowsAzure.ServiceRuntime 所提供的功能所公開的介面。

public interface IServiceRuntimeWrapper
type IServiceRuntimeWrapper = interface
Public Interface IServiceRuntimeWrapper

屬性

DeploymentId

託管服務的部署識別碼

FaultDomain

角色實例的容錯網域

InstanceName

角色實例的名稱

RoleInstanceCount

背景工作/Web 角色中的實例數目

RoleName

背景工作角色/Web 角色的名稱

UpdateDomain

更新角色實例的網域

方法

GetConfigurationSettingValue(String)

傳回指定組態設定的值

GetIPEndpoint(String)

依名稱傳回 IP 端點

SubscribeForStoppingNotification(Object, EventHandler<Object>)

訂閱角色實例 Stopping 事件的偶數處理常式

UnsubscribeFromStoppingNotification(Object, EventHandler<Object>)

從角色實例 Stopping 事件取消訂閱指定的偶數處理常式

適用於