AppNotificationManager.RemoveAllAsync Method

Definition

Asynchronously removes all app notifications for the app from Notification Center (called Action Center in Windows 10).

Note

The AppNotificationManager class has a dependency on the Singleton package. Because of that dependency, there are certain considerations to be aware of if you're calling these APIs from a self-contained app. For more info, and specifics, see Dependencies on additional MSIX packages.

public:
 virtual IAsyncAction ^ RemoveAllAsync() = RemoveAllAsync;
IAsyncAction RemoveAllAsync();
public IAsyncAction RemoveAllAsync();
function removeAllAsync()
Public Function RemoveAllAsync () As IAsyncAction

Returns

An asynchronous action.

Applies to