PhoneCallHistoryEntryReader.ReadBatchAsync 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.
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
|