Share via


AppointmentStoreChangeReader.ReadBatchAsync Method

Definition

Returns a list of the changes that have occurred in the appointment store that have not yet been accepted by the calling app.

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

Returns

An asynchronous operation that returns an IVectorView upon successful completion.

Attributes

Windows requirements

Requirements Description
App capabilities
appointmentsSystem

Applies to