ContactReader.ReadBatchAsync Method

Definition

Asynchronously reads a batch of Contact objects from the ContactStore.

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

Returns

The batch of contacts read from the ContactStore.

Attributes

Windows requirements

App capabilities
contactsSystem

Applies to