AppointmentStore.GetAppointmentAsync(String) Method

Definition

Retrieves the Appointment with the specified LocalId.

public:
 virtual IAsyncOperation<Appointment ^> ^ GetAppointmentAsync(Platform::String ^ localId) = GetAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Appointment> GetAppointmentAsync(winrt::hstring const& localId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Appointment> GetAppointmentAsync(string localId);
function getAppointmentAsync(localId)
Public Function GetAppointmentAsync (localId As String) As IAsyncOperation(Of Appointment)

Parameters

localId
String

Platform::String

winrt::hstring

The LocalId of the appointment to be retrieved.

Returns

An asynchronous operation that returns an Appointment upon successful completion.

Attributes

Windows requirements

App capabilities
appointmentsSystem

Applies to