The sync is done in a thread by calling BeginInvoke. Before the sync finish, if the user close the program, the sync thread will be terminated abnormally.
It is nice to warn the user and suggest to quit gracefully.
AppDomain exit event
Log in to post a comment.
AppDomain exit event