ESim.DeleteProfileAsync(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual IAsyncOperation<ESimOperationResult ^> ^ DeleteProfileAsync(Platform::String ^ profileId) = DeleteProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ESimOperationResult> DeleteProfileAsync(winrt::hstring const& profileId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ESimOperationResult> DeleteProfileAsync(string profileId);
function deleteProfileAsync(profileId)
Public Function DeleteProfileAsync (profileId As String) As IAsyncOperation(Of ESimOperationResult)
参数
- profileId
-
String
Platform::String
winrt::hstring
标识号 (要删除的 eSIM 配置文件的 ICCID) 。
返回
异步删除操作。 成功完成后,包含表示删除操作结果的 ESimOperationResult 对象。
- 属性
Windows 要求
应用功能 |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|