Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Represents a set of services that are designed for replicas that use a simple provider.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.SimpleProviders.SimpleSyncServices
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public Class SimpleSyncServices
'Usage
Dim instance As SimpleSyncServices
public class SimpleSyncServices
public ref class SimpleSyncServices
type SimpleSyncServices = class end
public class SimpleSyncServices
The SimpleSyncServices type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
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
Methods
| Name | Description | |
|---|---|---|
![]() |
BeginRemoveItemsFromReplica | Starts a transaction in which items can be removed by calling RemoveItemFromReplica. This method must be called before RemoveItemFromReplica is called. |
![]() |
CleanupDeletedItems | Calls a cleanup operation to remove from the metadata store any metadata that is associated with deleted items. |
![]() |
DeserializeReplicaMetadata | Deserializes the contents of a canonical metadata file to a metadata storage service store. |
![]() |
EndRemoveItemsFromReplica | Ends a transaction in which items were removed by calling RemoveItemFromReplica. |
![]() |
EnumerateAllLiveItems | Enumerates all items for a replica that have not been deleted, either by using a normal delete or a local delete. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetSerializedReplicaInfo | Gets information about serialized metadata, such as the ID of the replica with which it is associated. |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsItemLastModifiedLocally | Returns whether an item was last modified on the local replica. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RemoveItemFromReplica | Removes metadata for an item from a replica, but not the item itself. |
![]() |
ResetLocalOnlyDeletes | Resets metadata so that the next time a replica serves as a source local deletes are enumerated again and propagated as normal deletes. |
![]() |
SerializeReplicaMetadata | Serializes the contents of a metadata storage service store to a destination file in a canonical format. |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)