PhoneCallHistoryStore.MarkSourcesAsSeenAsync(IIterable<String>) Method

Definition

Marks all entries from the specified sources as seen.

public:
 virtual IAsyncAction ^ MarkSourcesAsSeenAsync(IIterable<Platform::String ^> ^ sourceIds) = MarkSourcesAsSeenAsync;
IAsyncAction MarkSourcesAsSeenAsync(IIterable<winrt::hstring> const& sourceIds);
public IAsyncAction MarkSourcesAsSeenAsync(IEnumerable<string> sourceIds);
function markSourcesAsSeenAsync(sourceIds)
Public Function MarkSourcesAsSeenAsync (sourceIds As IEnumerable(Of String)) As IAsyncAction

Parameters

sourceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

The list of source identifiers to mark as seen. Only entries that match PhoneCallHistoryEntry.SourceId will be updated.

Returns

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Applies to