PhoneCallHistoryStore.GetSourcesUnseenCountAsync 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.
Gets the number of unseen log entries for the provided sources.
public:
virtual IAsyncOperation<unsigned int> ^ GetSourcesUnseenCountAsync(IIterable<Platform::String ^> ^ sourceIds) = GetSourcesUnseenCountAsync;
IAsyncOperation<uint32_t> GetSourcesUnseenCountAsync(IIterable<winrt::hstring> const& sourceIds);
public IAsyncOperation<uint> GetSourcesUnseenCountAsync(IEnumerable<string> sourceIds);
function getSourcesUnseenCountAsync(sourceIds)
Public Function GetSourcesUnseenCountAsync (sourceIds As IEnumerable(Of String)) As IAsyncOperation(Of UInteger)
Parameters
The identifiers that need to match PhoneCallHistoryEntry.SourceId in order for that entry to be considered.
Returns
The total number of unseen entries matching all of the identifiers provided by sourceIds.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
phoneCallHistoryPublic
|