Compartir a través de


AppointmentCalendar.TryCancelMeetingAsync Método

Definición

Intenta cancelar una reunión de forma asincrónica.

public:
 virtual IAsyncOperation<bool> ^ TryCancelMeetingAsync(Appointment ^ meeting, Platform::String ^ subject, Platform::String ^ comment, bool notifyInvitees) = TryCancelMeetingAsync;
IAsyncOperation<bool> TryCancelMeetingAsync(Appointment const& meeting, winrt::hstring const& subject, winrt::hstring const& comment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCancelMeetingAsync(Appointment meeting, string subject, string comment, bool notifyInvitees);
function tryCancelMeetingAsync(meeting, subject, comment, notifyInvitees)
Public Function TryCancelMeetingAsync (meeting As Appointment, subject As String, comment As String, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)

Parámetros

meeting
Appointment

La reunión que se va a cancelar.

subject
String

Platform::String

winrt::hstring

Asunto de la notificación de cancelación.

comment
String

Platform::String

winrt::hstring

Cuerpo de la notificación de cancelación.

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