AppointmentStoreChangeReader.ReadBatchAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
|