Compartir a través de


WebAccountManager.DeleteWebAccountAsync(WebAccount) Método

Definición

Elimina una cuenta web de forma asincrónica.

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

Parámetros

webAccount
WebAccount

WebAccount que se va a eliminar.

Devoluciones

Este método no devuelve ningún valor.

Se aplica a