Udostępnij za pośrednictwem


AnchorEnumerationSimpleSyncProvider Members

Represents a provider for replicas that track changes by using anchors.

The following tables list the members exposed by the AnchorEnumerationSimpleSyncProvider type.

Protected Constructors

  Name Description
Protected method AnchorEnumerationSimpleSyncProvider Initializes a new instance of the AnchorEnumerationSimpleSyncProvider class.

Top

Public Properties

  Name Description
Public property Configuration  When overridden in a derived class, gets a KnowledgeSyncProviderConfiguration object that represents configuration information for a provider, such as the conflict resolution policy.(Inherited from SimpleSyncProvider.)
Public property DestinationCallbacks  When overridden in a derived class, gets a SyncCallbacks object that is used to dispatch a synchronization event.(Inherited from SimpleSyncProvider.)
Public property IdFormats  When overridden in a derived class, gets a SyncIdFormatGroup object that represents the format of replica and item IDs.(Inherited from SimpleSyncProvider.)
Public property MetadataSchema  When overridden in a derived class, gets an ItemMetadataSchema object that represents the metadata schema for an item.(Inherited from SimpleSyncProvider.)
Public property ProviderVersion  When overridden in a derived class, gets the version number for the simple provider.(Inherited from SimpleSyncProvider.)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method BeginSession  When overridden in a derived class, called by the Sync Framework runtime at the start of each session.(Inherited from SimpleSyncProvider.)
Public method DeleteItem  (Inherited from SimpleSyncProvider.)
Public method EndSession  When overridden in a derived class, called by the Sync Framework runtime at the end of each session unless a session is terminated because of an exception.(Inherited from SimpleSyncProvider.)
Public method EnumerateChanges When overridden in a derived class, enumerates changes from a replica that occurred since the specified anchor value.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetEnumerationAnchor When overridden in a derived class, returns an enumeration anchor that is used to determine the set of changes to synchronize during a session.
Public method GetHashCode  (Inherited from Object.)
Public method GetMetadataStore  (Inherited from SimpleSyncProvider.)
Public method GetType  (Inherited from Object.)
Public method InsertItem  (Inherited from SimpleSyncProvider.)
Public method LoadChangeData  (Inherited from SimpleSyncProvider.)
Public method OnChangeDetectionCompleted  (Inherited from SimpleSyncProvider.)
Public method OnItemConflicting  (Inherited from SimpleSyncProvider.)
Public method OnItemConstraint  (Inherited from SimpleSyncProvider.)
Public method OnMetadataStoreInitialized  (Inherited from SimpleSyncProvider.)
Public method Dd918917.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)
Public method UpdateItem  (Inherited from SimpleSyncProvider.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

Public Events

  Name Description
Public event ChangeDetectionCompleted  Occurs when change detection is complete for a source provider.(Inherited from SimpleSyncProvider.)
Public event ItemConflicting  Occurs when Sync Framework detects that an item being processed is involved in a concurrency conflict.(Inherited from SimpleSyncProvider.)
Public event ItemConstraint  Occurs when Sync Framework detects that an item being processed is involved in a constraint conflict.(Inherited from SimpleSyncProvider.)
Public event MetadataStoreInitialized  Occurs when the metadata store that is associated with a provider is initialized.(Inherited from SimpleSyncProvider.)

Top

See Also

Reference

AnchorEnumerationSimpleSyncProvider Class
Microsoft.Synchronization.SimpleProviders Namespace