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 的特定詳細資料。
傳回
已建立的 APN 連線。
- 屬性
Windows 需求
應用程式功能 |
cellularDeviceControl
|