Sdílet prostřednictvím


ContactListSyncManager.SyncAsync Method

Definition

Asynchronously attempts to sync with the contacts server.

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

true if the sync was successful; otherwise, false.

Attributes

Windows requirements

App capabilities
contactsSystem

Applies to