Share via


PhoneCallHistoryStore.GetUnseenCountAsync Method

Definition

Gets the number of unseen entries.

public:
 virtual IAsyncOperation<unsigned int> ^ GetUnseenCountAsync() = GetUnseenCountAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint32_t> GetUnseenCountAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<uint> GetUnseenCountAsync();
function getUnseenCountAsync()
Public Function GetUnseenCountAsync () As IAsyncOperation(Of UInteger)

Returns

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

The number of unseen entries.

Attributes

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Applies to