Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Cancels the current synchronization session.
HRESULT Cancel();
Parameters
None
Return Value
S_OK
E_ABORT when this object has been destroyed.
SYNC_E_INTERNAL_ERROR
Remarks
Cancel stops the synchronization session from performing any more work. It does not roll back any changes that have already been made.
After Cancel is called, all Sync Framework methods return E_ABORT.