AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType) Method

Definition

Requests the AppointmentStore object associated with the calling application.

public:
 static IAsyncOperation<AppointmentStore ^> ^ RequestStoreAsync(AppointmentStoreAccessType options);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<AppointmentStore> RequestStoreAsync(AppointmentStoreAccessType const& options);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<AppointmentStore> RequestStoreAsync(AppointmentStoreAccessType options);
function requestStoreAsync(options)
Public Shared Function RequestStoreAsync (options As AppointmentStoreAccessType) As IAsyncOperation(Of AppointmentStore)

Parameters

options
AppointmentStoreAccessType

An AppointmentStoreAccessType value indicating the level of access the returned appointment store will have.

Returns

An asynchronous operation that returns an AppointmentStore upon successful completion.

Attributes

Windows requirements

App capabilities
appointmentsSystem

Applies to