Partager via


AppointmentStoreChangeReader.ReadBatchAsync Méthode

Définition

Retourne la liste des modifications qui se sont produites dans le magasin de rendez-vous et qui n’ont pas encore été acceptées par l’application appelante.

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

Retours

Opération asynchrone qui retourne un IVectorView en cas de réussite.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à