EnterpriseEnrollmentManager.RequestUnenrollmentAsync(Enterprise) 方法

定义

取消注册 Uri 标识的企业。

public:
 static IAsyncOperation<bool> ^ RequestUnenrollmentAsync(Enterprise ^ enterprise);
 static IAsyncOperation<bool> RequestUnenrollmentAsync(Enterprise const& enterprise);
public static IAsyncOperation<bool> RequestUnenrollmentAsync(Enterprise enterprise);
function requestUnenrollmentAsync(enterprise)
Public Shared Function RequestUnenrollmentAsync (enterprise As Enterprise) As IAsyncOperation(Of Boolean)

参数

enterprise
Enterprise

要取消注册的企业的 URI。

返回

报告注册操作结果的异步操作。

适用于