WebAccountManager.DeleteWebAccountAsync(WebAccount) Method

Definition

Deletes a web account asynchronously.

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

Parameters

webAccount
WebAccount

The WebAccount to delete.

Returns

This method does not return a value.

Applies to