ConnectivityManager.AcquireConnectionAsync(CellularApnContext) メソッド

定義

ネットワーク上の特定のアクセス ポイントへの接続を確立します。 要求は 、CellularApnContext オブジェクトを使用して定義されます。

Note

この機能は、モバイル ネットワーク オペレーターによる特権アクセス権を持つモバイル オペレーター アプリと UWP アプリでのみ使用できます。 モバイル オペレーターは、この API を使用するために cellularDeviceControl 制限付き機能を有効にする必要があります。

public:
 static IAsyncOperation<ConnectionSession ^> ^ AcquireConnectionAsync(CellularApnContext ^ cellularApnContext);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<ConnectionSession> AcquireConnectionAsync(CellularApnContext const& cellularApnContext);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ConnectionSession> AcquireConnectionAsync(CellularApnContext cellularApnContext);
function acquireConnectionAsync(cellularApnContext)
Public Shared Function AcquireConnectionAsync (cellularApnContext As CellularApnContext) As IAsyncOperation(Of ConnectionSession)

パラメーター

cellularApnContext
CellularApnContext

APN に関する具体的な詳細を提供します。

戻り値

確立された APN 接続。

属性

Windows の要件

アプリの機能
cellularDeviceControl

適用対象

こちらもご覧ください