-
Is there a way to stop the Sync while synching is running? Scenerio: A user started synching but suddenly became mindful about something and wanted to revert back to the old. Thanks & Regards |
Beta Was this translation helpful? Give feedback.
Answered by
mcash95
Nov 13, 2023
Replies: 2 comments
-
I'll link the docs section for interceptors for you. I think that may be the solution to your dilemma. SynchronizeAsync() also may be able to take a cancellationtoken (havent looked into this yet). Best of luck! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mimetis
-
Thanks I will have a look at it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'll link the docs section for interceptors for you. I think that may be the solution to your dilemma. SynchronizeAsync() also may be able to take a cancellationtoken (havent looked into this yet). Best of luck!
https://dotmimsync.readthedocs.io/Interceptors.html