ISimpleSyncServices::BeginRemoveItemsFromReplica

Starts a transaction in which items can be removed by calling ISimpleSyncServices::RemoveItemFromReplica. This method must be called before RemoveItemFromReplica is called.

Syntax

HRESULT BeginRemoveItemsFromReplica();

Return Value

Remarks

When a transaction is already active in the metadata store, this method does not start a new transaction.

See Also

Reference

ISimpleSyncServices Interface