Compartir a través de


AppointmentCalendar.TryCreateOrUpdateAppointmentAsync Método

Definición

Intenta crear o actualizar una reunión de forma asincrónica.

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)

Parámetros

appointment
Appointment

La reunión que se va a crear o actualizar.

notifyInvitees
Boolean

bool

Valor booleano que indica si se deben notificar las invitaciones.

Devoluciones

Valor booleano que indica si la operación se realizó correctamente.

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Se aplica a