AppointmentStoreChangeReader Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Permet à l’application appelante de lire les modifications apportées aux rendez-vous dans son magasin de rendez-vous.
public ref class AppointmentStoreChangeReader sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentStoreChangeReader final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentStoreChangeReader
Public NotInheritable Class AppointmentStoreChangeReader
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
appointmentsSystem
|
Méthodes
AcceptChanges() |
Indique au système que toutes les modifications apportées aux rendez-vous retournés par l’appel à ReadBatchAsync ont été traitées par l’application. |
AcceptChangesThrough(AppointmentStoreChange) |
Indique au système que toutes les modifications apportées aux rendez-vous retournés par l’appel à ReadBatchAsync, jusqu’à la valeur AppointmentStoreChange spécifiée, ont été traitées par l’application. |
ReadBatchAsync() |
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. |