WebAccountManager.DeleteWebAccountAsync(WebAccount) 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.
Elimina un account Web in modo asincrono.
public:
static IAsyncAction ^ DeleteWebAccountAsync(WebAccount ^ webAccount);
static IAsyncAction DeleteWebAccountAsync(WebAccount const& webAccount);
public static IAsyncAction DeleteWebAccountAsync(WebAccount webAccount);
function deleteWebAccountAsync(webAccount)
Public Shared Function DeleteWebAccountAsync (webAccount As WebAccount) As IAsyncAction
Parametri
- webAccount
- WebAccount
Account Web da eliminare.
Restituisce
Questo metodo non restituisce valori.