AppNotificationManager.RemoveAllAsync 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.
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.