SimpleSyncServices::BeginRemoveItemsFromReplica Method
Starts a transaction in which items can be removed by calling RemoveItemFromReplica. This method must be called before RemoveItemFromReplica is called.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
| Exception | Condition |
|---|---|
| SimpleProviderInvalidOperationException | This method has already been called, and the transaction has not been ended by calling EndRemoveItemsFromReplica. |
Show: