PreviewBuildsManager.SyncAsync Method

Definition

Syncs the PreviewBuildsManager with the server to get current information.

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 PreviewBuildsManager object successfully synced; False otherwise.

Attributes

Applies to