ConnectivityManager.AcquireConnectionAsync(CellularApnContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
建立与网络上特定接入点的连接。 请求是使用 CellularApnContext 对象定义的。
注意
此功能仅适用于移动运营商应用和由移动网络运营商授予特权访问权限的 UWP 应用。 移动运营商必须启用 cellularDeviceControl 受限功能才能使用此 API。
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 连接。
- 属性
Windows 要求
应用功能 |
cellularDeviceControl
|