次の方法で共有


DevicePortalConnection.GetForAppServiceConnection メソッド

定義

渡された 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

戻り値

DevicePortalConnection オブジェクト。

適用対象