ContactReader.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.
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
|