EnterpriseEnrollmentManager.RequestUnenrollmentAsync(Enterprise) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Annulla la registrazione dell'organizzazione identificata dall'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)
Parametri
- enterprise
- Enterprise
Uri dell'organizzazione per annullare la registrazione.
Restituisce
Operazione asincrona che segnala il risultato dell'azione di registrazione.