ConnectivityManager.AcquireConnectionAsync(CellularApnContext) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ネットワーク上の特定のアクセス ポイントへの接続を確立します。 要求は 、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
|