AppointmentCalendarCreateOrUpdateAppointmentRequest.ReportCompletedAsync 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.
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.