- thread
- the Thread of the sync that is to be canceled.
Indicates that a sync operation has been canceled. This will be invoked on a separate thread than the sync thread and so you must consider the multi-threaded implications of the work that you do in this method.
This will only be invoked when the SyncAdapter indicates that it does support parallel syncs.