EnterpriseEnrollmentManager.RequestEnrollmentAsync(String) 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.
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.