WebAccountManager.DeleteWebAccountAsync(WebAccount) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.