Click or drag to resize

SyncProvider Class

VelocityDB standard Microsoft Sync provider as described in https://msdn.microsoft.com/en-us/library/bb902826(v=sql.110).aspx
Inheritance Hierarchy
SystemObject
  SyncProvider
    KnowledgeSyncProvider
      VelocityDBExtensionsSyncProvider

Namespace:  VelocityDBExtensions
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public class SyncProvider : KnowledgeSyncProvider, 
	IChangeDataRetriever, INotifyingChangeApplierTarget

The SyncProvider type exposes the following members.

Constructors
  NameDescription
Public methodSyncProvider
Initializes a new instance of the SyncProvider class
Top
Properties
  NameDescription
Public propertyIdFormats (Overrides KnowledgeSyncProvider.IdFormats.)
Top
Methods
  NameDescription
Public methodBeginSession (Overrides KnowledgeSyncProvider.BeginSession(SyncProviderPosition, SyncSessionContext).)
Public methodEndSession (Overrides KnowledgeSyncProvider.EndSession(SyncSessionContext).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetChangeBatch (Overrides KnowledgeSyncProvider.GetChangeBatch(UInt32, SyncKnowledge, Object).)
Public methodGetDataRetriever
Public methodGetFullEnumerationChangeBatch (Overrides KnowledgeSyncProvider.GetFullEnumerationChangeBatch(UInt32, SyncId, SyncKnowledge, Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetNextTickCount
Public methodGetSyncBatchParameters (Overrides KnowledgeSyncProvider.GetSyncBatchParameters(UInt32, SyncKnowledge).)
Public methodLoadChangeData
Public methodProcessChangeBatch (Overrides KnowledgeSyncProvider.ProcessChangeBatch(ConflictResolutionPolicy, ChangeBatch, Object, SyncCallbacks, SyncSessionStatistics).)
Public methodProcessFullEnumerationChangeBatch (Overrides KnowledgeSyncProvider.ProcessFullEnumerationChangeBatch(ConflictResolutionPolicy, FullEnumerationChangeBatch, Object, SyncCallbacks, SyncSessionStatistics).)
Public methodSaveChangeWithChangeUnits
Public methodSaveConflict
Public methodSaveItemChange
Public methodStoreKnowledgeForScope
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodTryGetDestinationVersion
Top
See Also