ESimProfileMetadata.ConfirmInstallAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ConfirmInstallAsync() |
异步 (进度) 下载和安装 eSIM 配置文件。 注意 此功能仅适用于移动运营商应用和由移动网络运营商授予特权访问权限的 UWP 应用。 如果要使用此 API 并将应用发布到 Microsoft Store,则需要请求特殊批准才能 Microsoft.eSIMManagement_8wekyb3d8bbwe使用自定义功能。 有关详细信息,请参阅 自定义功能。 |
ConfirmInstallAsync(String) |
异步 (进度) 下载并安装提供了确认代码的 eSIM 配置文件。 注意 此功能仅适用于移动运营商应用和由移动网络运营商授予特权访问权限的 UWP 应用。 如果要使用此 API 并将应用发布到 Microsoft Store,则需要请求特殊批准才能 Microsoft.eSIMManagement_8wekyb3d8bbwe使用自定义功能。 有关详细信息,请参阅 自定义功能。 |
ConfirmInstallAsync()
public:
virtual IAsyncOperationWithProgress<ESimOperationResult ^, ESimProfileInstallProgress> ^ ConfirmInstallAsync() = ConfirmInstallAsync;
/// [Windows.Foundation.Metadata.Overload("ConfirmInstallAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<ESimOperationResult, ESimProfileInstallProgress> ConfirmInstallAsync();
[Windows.Foundation.Metadata.Overload("ConfirmInstallAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<ESimOperationResult,ESimProfileInstallProgress> ConfirmInstallAsync();
function confirmInstallAsync()
Public Function ConfirmInstallAsync () As IAsyncOperationWithProgress(Of ESimOperationResult, ESimProfileInstallProgress)
返回
- 属性
Windows 要求
应用功能 |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|
注解
具有进度的异步下载和安装操作。 成功完成后,包含表示下载和安装操作结果的 ESimProfileInstallProgress 对象。
适用于
ConfirmInstallAsync(String)
public:
virtual IAsyncOperationWithProgress<ESimOperationResult ^, ESimProfileInstallProgress> ^ ConfirmInstallAsync(Platform::String ^ confirmationCode) = ConfirmInstallAsync;
/// [Windows.Foundation.Metadata.Overload("ConfirmInstallWithConfirmationCodeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<ESimOperationResult, ESimProfileInstallProgress> ConfirmInstallAsync(winrt::hstring const& confirmationCode);
[Windows.Foundation.Metadata.Overload("ConfirmInstallWithConfirmationCodeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<ESimOperationResult,ESimProfileInstallProgress> ConfirmInstallAsync(string confirmationCode);
function confirmInstallAsync(confirmationCode)
Public Function ConfirmInstallAsync (confirmationCode As String) As IAsyncOperationWithProgress(Of ESimOperationResult, ESimProfileInstallProgress)
参数
- confirmationCode
-
String
Platform::String
winrt::hstring
正在下载和安装的 eSIM 配置文件的确认代码。
返回
具有进度的异步下载和安装操作。 成功完成后,包含表示下载和安装操作结果的 ESimProfileInstallProgress 对象。
- 属性
Windows 要求
应用功能 |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|