ISimpleSyncServices::EndRemoveItemsFromReplica
Ends a transaction in which items were removed by calling RemoveItemFromReplica.
HRESULT EndRemoveItemsFromReplica();
Return Value
S_OK
SYNC_E_PFX_INVALID_OPERATION when a transaction was not started by calling ISimpleSyncServices::BeginRemoveItemsFromReplica.
Remarks
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.