Condividi tramite


AppointmentStoreChangeReader.ReadBatchAsync Metodo

Definizione

Restituisce un elenco delle modifiche che si sono verificate nell'archivio appuntamenti che non sono ancora state accettate dall'app chiamante.

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

Restituisce

Operazione asincrona che restituisce un oggetto IVectorView al termine del completamento.

Attributi

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a