AppointmentCalendarCreateOrUpdateAppointmentRequest.ReportCompletedAsync Methode

Definition

Benachrichtigt das System, dass die Aufgabe des Erstellens oder Aktualisierens eines Termins abgeschlossen ist.

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

Parameter

createdOrUpdatedAppointment
Appointment

Der Kalendertermin, der erstellt oder aktualisiert wurde.

Gibt zurück

Ein asynchroner Vorgang.

Attribute

Windows-Anforderungen

Anforderungen Beschreibung
App-Funktionen
appointmentsSystem

Hinweise

Diese Methode sollte nur aufgerufen werden, wenn die App einen Termin erfolgreich erstellt oder aktualisiert hat.

Gilt für: