EnterpriseEnrollmentManager.RequestUnenrollmentAsync(Enterprise) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Annule l’inscription de l’entreprise identifiée par l’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)
Paramètres
- enterprise
- Enterprise
URI de l’entreprise à désinscrire.
Retours
Opération asynchrone qui signale le résultat de l’action d’inscription.