Share via


OutdatedSyncAction Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

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

Syntax

'Declaration
Public Enumeration OutdatedSyncAction
'Usage
Dim instance As OutdatedSyncAction
public enum OutdatedSyncAction
public enum class OutdatedSyncAction
public enum OutdatedSyncAction
public enum OutdatedSyncAction

Members

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

See Also

Reference

Microsoft.Synchronization.Data.Peer Namespace