AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|