WebAccountManager.ClearViewAsync(WebAccount, Uri) 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.
Clears the view for a web account.
public:
static IAsyncAction ^ ClearViewAsync(WebAccount ^ webAccount, Uri ^ applicationCallbackUri);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction ClearViewAsync(WebAccount const& webAccount, Uri const& applicationCallbackUri);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ClearViewAsync(WebAccount webAccount, System.Uri applicationCallbackUri);
function clearViewAsync(webAccount, applicationCallbackUri)
Public Shared Function ClearViewAsync (webAccount As WebAccount, applicationCallbackUri As Uri) As IAsyncAction
Parameters
- webAccount
- WebAccount
The web account to clear the view for.
The callback Uri that indicates the completion of the operation. The broker matches this Uri against every Uri that it is about to navigate to. The broker never navigates to this Uri, instead the broker returns the control back to the application when the user clicks a link or a web server redirection is made.
Returns
This method does not return a value.
- Attributes