DevicePortalConnection.GetForAppServiceConnection 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用傳入的 App Service 連線,初始化 DevicePortalConnection 的實例。
public:
static DevicePortalConnection ^ GetForAppServiceConnection(AppServiceConnection ^ appServiceConnection);
static DevicePortalConnection GetForAppServiceConnection(AppServiceConnection const& appServiceConnection);
public static DevicePortalConnection GetForAppServiceConnection(AppServiceConnection appServiceConnection);
function getForAppServiceConnection(appServiceConnection)
Public Shared Function GetForAppServiceConnection (appServiceConnection As AppServiceConnection) As DevicePortalConnection
參數
- appServiceConnection
- AppServiceConnection
用來啟動呼叫此方法之背景工作的 AppServiceConnection 。