EnterpriseEnrollmentManager.RequestUnenrollmentAsync(Enterprise) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.