EnterpriseEnrollmentManager.RequestEnrollmentAsync(String) Method

Definition

Enrolls or re-enrolls the enterprise identified by the Uri.

public:
 static IAsyncOperation<EnterpriseEnrollmentResult ^> ^ RequestEnrollmentAsync(Platform::String ^ enrollmentToken);
 static IAsyncOperation<EnterpriseEnrollmentResult> RequestEnrollmentAsync(winrt::hstring const& enrollmentToken);
public static IAsyncOperation<EnterpriseEnrollmentResult> RequestEnrollmentAsync(string enrollmentToken);
function requestEnrollmentAsync(enrollmentToken)
Public Shared Function RequestEnrollmentAsync (enrollmentToken As String) As IAsyncOperation(Of EnterpriseEnrollmentResult)

Parameters

enrollmentToken
String

Platform::String

winrt::hstring

The Uri for the enterprise to enroll.

Returns

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

Applies to