WebAccountManager.ClearWebAccountPictureAsync(WebAccount) Method

Definition

Clears a web account picture asynchronously.

public:
 static IAsyncAction ^ ClearWebAccountPictureAsync(WebAccount ^ webAccount);
 static IAsyncAction ClearWebAccountPictureAsync(WebAccount const& webAccount);
public static IAsyncAction ClearWebAccountPictureAsync(WebAccount webAccount);
function clearWebAccountPictureAsync(webAccount)
Public Shared Function ClearWebAccountPictureAsync (webAccount As WebAccount) As IAsyncAction

Parameters

webAccount
WebAccount

The web account to clear the picture from.

Returns

This method does not return a value.

Applies to