Share via


PhoneCallHistoryEntryReader.ReadBatchAsync Method

Definition

Returns a list of the PhoneCallHistoryEntry objects.

public:
 virtual IAsyncOperation<IVectorView<PhoneCallHistoryEntry ^> ^> ^ ReadBatchAsync() = ReadBatchAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<PhoneCallHistoryEntry>> ReadBatchAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<PhoneCallHistoryEntry>> ReadBatchAsync();
function readBatchAsync()
Public Function ReadBatchAsync () As IAsyncOperation(Of IReadOnlyList(Of PhoneCallHistoryEntry))

Returns

An asynchronous operation that returns an IVectorView upon successful completion.

Attributes

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to