ApplicationData.ClearAsync(ApplicationDataLocality) 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.
Removes all data from the specified data store asynchronously.
public:
virtual IAsyncAction ^ ClearAsync(ApplicationDataLocality locality) = ClearAsync;
IAsyncAction ClearAsync(ApplicationDataLocality const& locality);
public IAsyncAction ClearAsync(ApplicationDataLocality locality);
function clearAsync(locality)
Public Function ClearAsync (locality As ApplicationDataLocality) As IAsyncAction
Parameters
- locality
- ApplicationDataLocality
The data store type to remove data from.
Returns
Returns an IAsyncAction object that's used to track the asynchronous operation.