UserActivityChannel.DeleteAllActivitiesAsync 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 all of the user activities registered by this app.
public:
virtual IAsyncAction ^ DeleteAllActivitiesAsync() = DeleteAllActivitiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DeleteAllActivitiesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DeleteAllActivitiesAsync();
function deleteAllActivitiesAsync()
Public Function DeleteAllActivitiesAsync () As IAsyncAction
Returns
An asynchronous action.
- Attributes
Examples
UserActivityChannel.GetDefault().DeleteAllActivities();