Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Starts a transaction in which items can be removed by calling ISimpleSyncServices::RemoveItemFromReplica. This method must be called before RemoveItemFromReplica is called.
HRESULT BeginRemoveItemsFromReplica();
Return Value
S_OK
SYNC_E_PFX_INVALID_OPERATION when this method has already been called and the transaction has not been ended by calling ISimpleSyncServices::EndRemoveItemsFromReplica.
Remarks
When a transaction is already active in the metadata store, this method does not start a new transaction.