Bagikan melalui


AppointmentCalendar.TryCreateOrUpdateAppointmentAsync Metode

Definisi

Secara asinkron mencoba membuat atau memperbarui rapat.

public:
 virtual IAsyncOperation<bool> ^ TryCreateOrUpdateAppointmentAsync(Appointment ^ appointment, bool notifyInvitees) = TryCreateOrUpdateAppointmentAsync;
IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment const& appointment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment appointment, bool notifyInvitees);
function tryCreateOrUpdateAppointmentAsync(appointment, notifyInvitees)
Public Function TryCreateOrUpdateAppointmentAsync (appointment As Appointment, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)

Parameter

appointment
Appointment

Rapat yang akan dibuat atau diperbarui.

notifyInvitees
Boolean

bool

Nilai Boolean yang menunjukkan apakah undangan harus diberi tahu.

Mengembalikan

Nilai Boolean yang menunjukkan apakah operasi berhasil.

Persyaratan Windows

Kemampuan aplikasi
appointmentsSystem

Berlaku untuk