AppointmentCalendarSyncManager.SyncAsync 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.
Initiates a sync operation on the AppointmentCalendar.
public:
virtual IAsyncOperation<bool> ^ SyncAsync() = SyncAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> SyncAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> SyncAsync();
function syncAsync()
Public Function SyncAsync () As IAsyncOperation(Of Boolean)
Returns
A Boolean value indicating if the sync was successfully initiated.
- Attributes
Windows requirements
App capabilities |
appointmentsSystem
|