PhoneCallHistoryStore.DeleteEntryAsync(PhoneCallHistoryEntry) Method

Definition

Delete an entry from the store.

public:
 virtual IAsyncAction ^ DeleteEntryAsync(PhoneCallHistoryEntry ^ callHistoryEntry) = DeleteEntryAsync;
IAsyncAction DeleteEntryAsync(PhoneCallHistoryEntry const& callHistoryEntry);
public IAsyncAction DeleteEntryAsync(PhoneCallHistoryEntry callHistoryEntry);
function deleteEntryAsync(callHistoryEntry)
Public Function DeleteEntryAsync (callHistoryEntry As PhoneCallHistoryEntry) As IAsyncAction

Parameters

callHistoryEntry
PhoneCallHistoryEntry

The entry to delete.

Returns

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Applies to