SimpleSyncServices::EndRemoveItemsFromReplica Method

Ends a transaction in which items were removed by calling RemoveItemFromReplica.

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

public:
void EndRemoveItemsFromReplica()

ExceptionCondition
SimpleProviderInvalidOperationException

A transaction was not started by calling BeginRemoveItemsFromReplica.

When a transaction was already active in the metadata store when BeginRemoveItemsFromReplica was called, this method does not end or commit the transaction. Otherwise, the transaction started by the call to BeginRemoveItemsFromReplica is ended and committed.

Show: