Freigeben über


AppointmentStoreChangeReader.ReadBatchAsync Methode

Definition

Gibt eine Liste der Änderungen im Terminspeicher zurück, die noch nicht von der aufrufenden App akzeptiert wurden.

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))

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss eine IVectorView zurückgibt.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: