Condividi tramite


AppointmentCalendarCreateOrUpdateAppointmentRequest.ReportCompletedAsync Metodo

Definizione

Notifica al sistema che l'attività di creazione o aggiornamento di un appuntamento è stata completata.

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

Parametri

createdOrUpdatedAppointment
Appointment

Appuntamento del calendario creato o aggiornato.

Restituisce

Operazione asincrona.

Attributi

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Commenti

Questo metodo deve essere chiamato solo se l'app ha creato o aggiornato un appuntamento.

Si applica a