PhoneCallHistoryStore.DeleteEntriesAsync 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 entries in the store.
public:
virtual IAsyncAction ^ DeleteEntriesAsync(IIterable<PhoneCallHistoryEntry ^> ^ callHistoryEntries) = DeleteEntriesAsync;
IAsyncAction DeleteEntriesAsync(IIterable<PhoneCallHistoryEntry> const& callHistoryEntries);
public IAsyncAction DeleteEntriesAsync(IEnumerable<PhoneCallHistoryEntry> callHistoryEntries);
function deleteEntriesAsync(callHistoryEntries)
Public Function DeleteEntriesAsync (callHistoryEntries As IEnumerable(Of PhoneCallHistoryEntry)) As IAsyncAction
Parameters
- callHistoryEntries
The entries to delete.
Returns
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
phoneCallHistoryPublic
|