SimpleSyncServices Members

Represents a set of services that are designed for replicas that use a simple provider.

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

Public Constructors

  Name Description
Public method SimpleSyncServices Initializes a new instance of the SimpleSyncServices class that contains ID formats, a metadata store with a culture setting, a replica ID, and a provider version.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method BeginRemoveItemsFromReplica Starts a transaction in which items can be removed by calling RemoveItemFromReplica. This method must be called before RemoveItemFromReplica is called.
Public method CleanupDeletedItems Calls a cleanup operation to remove from the metadata store any metadata that is associated with deleted items.
Public method DeserializeReplicaMetadata Deserializes the contents of a canonical metadata file to a metadata storage service store.
Public method EndRemoveItemsFromReplica Ends a transaction in which items were removed by calling RemoveItemFromReplica.
Public method EnumerateAllLiveItems Enumerates all items for a replica that have not been deleted, either by using a normal delete or a local delete.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetSerializedReplicaInfo Gets information about serialized metadata, such as the ID of the replica with which it is associated.
Public method GetType  (Inherited from Object.)
Public method IsItemLastModifiedLocally Returns whether an item was last modified on the local replica.
Public method Dd937304.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method RemoveItemFromReplica Removes metadata for an item from a replica, but not the item itself.
Public method ResetLocalOnlyDeletes Resets metadata so that the next time a replica serves as a source local deletes are enumerated again and propagated as normal deletes.
Public method SerializeReplicaMetadata Serializes the contents of a metadata storage service store to a destination file in a canonical format.
Public method ToString  (Inherited from Object.)

Top

Protected Methods

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

Top

See Also

Reference

SimpleSyncServices Class
Microsoft.Synchronization.SimpleProviders Namespace