When using a Workshared environment, a *.slog file is created in the Backup sub-folder. Each time a sync with central occurs, a line is written in the slog file that contains the Number of that particular synchronization (starts at 1 and increments up each time another sync is performed).
We have a Revit addin that fires upon Sync Completion. Is there any way from that event to make an API call that will tell us what the specific number of that Sync was that just occurred? (We would like to stay away from reading the file itself if possible so we don't run into any of the problems associated with file system reading in a multi-user environment like this.)
Thanks,
Dave Blackburn