EnterpriseEnrollmentManager.RequestUnenrollmentAsync(Enterprise) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
取消注册 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。
返回
报告注册操作结果的异步操作。