Partager via


AppointmentCalendarCreateOrUpdateAppointmentRequest.ReportCompletedAsync Méthode

Définition

Avertit le système que la tâche de création ou de mise à jour d’un rendez-vous est terminée.

public:
 virtual IAsyncAction ^ ReportCompletedAsync(Appointment ^ createdOrUpdatedAppointment) = ReportCompletedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportCompletedAsync(Appointment const& createdOrUpdatedAppointment);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportCompletedAsync(Appointment createdOrUpdatedAppointment);
function reportCompletedAsync(createdOrUpdatedAppointment)
Public Function ReportCompletedAsync (createdOrUpdatedAppointment As Appointment) As IAsyncAction

Paramètres

createdOrUpdatedAppointment
Appointment

Rendez-vous de calendrier qui a été créé ou mis à jour.

Retours

Opération asynchrone.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

Remarques

Cette méthode ne doit être appelée que si l’application a correctement créé ou mis à jour un rendez-vous.

S’applique à