Compartilhar via


AppointmentCalendar.TryCancelMeetingAsync Método

Definição

Tenta de forma assíncrona cancelar uma reunião.

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

A reunião a ser cancelada.

subject
String

Platform::String

winrt::hstring

O assunto da notificação de cancelamento.

comment
String

Platform::String

winrt::hstring

O corpo da notificação de cancelamento.

notifyInvitees
Boolean

bool

Um valor booliano que indica se os convidados devem ser notificados.

Retornos

Um valor booliano que indica se a operação foi bem-sucedida.

Requisitos do Windows

Funcionalidades do aplicativo
appointmentsSystem

Aplica-se a