Share via


EnterpriseEnrollmentManager.RequestUnenrollmentAsync(Enterprise) Method

Definition

Unenrolls the enterprise identified by the 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)

Parameters

enterprise
Enterprise

The Uri of the enterprise to unenroll.

Returns

The asynchronous operation that reports the result of the enrollment action.

Applies to