DbOutdatedSyncAction Enumeration

Defines the options for processing a synchronization request from a peer that has outdated metadata.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Enumeration DbOutdatedSyncAction
'Usage
Dim instance As DbOutdatedSyncAction
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
public enum DbOutdatedSyncAction
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
public enum class DbOutdatedSyncAction
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */ 
public enum DbOutdatedSyncAction
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") 
public enum DbOutdatedSyncAction

Members

  Member name Description
AbortSync Reject the synchronization request. 
PartialSync Continue to synchronize, but write any issues to the metadata. 

See Also

Reference

Microsoft.Synchronization.Data Namespace