Share via


PhoneCallHistoryStore.MarkEntriesAsSeenAsync Method

Definition

Updates entries to indicate they have been seen by the user.

public:
 virtual IAsyncAction ^ MarkEntriesAsSeenAsync(IIterable<PhoneCallHistoryEntry ^> ^ callHistoryEntries) = MarkEntriesAsSeenAsync;
IAsyncAction MarkEntriesAsSeenAsync(IIterable<PhoneCallHistoryEntry> const& callHistoryEntries);
public IAsyncAction MarkEntriesAsSeenAsync(IEnumerable<PhoneCallHistoryEntry> callHistoryEntries);
function markEntriesAsSeenAsync(callHistoryEntries)
Public Function MarkEntriesAsSeenAsync (callHistoryEntries As IEnumerable(Of PhoneCallHistoryEntry)) As IAsyncAction

Parameters

callHistoryEntries

IIterable<PhoneCallHistoryEntry>

IEnumerable<PhoneCallHistoryEntry>

The entries to mark as seen. This updates the PhoneCallHistoryEntry.IsSeen property.

Returns

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Applies to