SyncProviderPosition Enumeration

Represents the position of a provider, relative to the other provider in the synchronization session.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Enumeration SyncProviderPosition
'Usage
Dim instance As SyncProviderPosition
public enum SyncProviderPosition
public enum class SyncProviderPosition
type SyncProviderPosition
public enum SyncProviderPosition

Members

Member name Description
Local The provider is the local provider.
Remote The provider is the remote provider.
Unknown The position of the provider is not known.

Remarks

The position of the provider is used together with SyncDirectionOrder to determine which provider will be the source of changes and which will be the destination on which changes are applied.

See Also

Reference

Microsoft.Synchronization Namespace