PhoneCallHistoryStore.SaveEntryAsync(PhoneCallHistoryEntry) Method

Definition

Saves an entry to the store.

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

Parameters

callHistoryEntry
PhoneCallHistoryEntry

The entry to save.

Returns

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Applies to