Interviewer - Server > Architecture > Interview Service tier > UNICOM Intelligence Interviewer - Offline for Windows Architecture > Synchronization process flow > Synchronization API > End
 
End
Ends the current synchronization session.
Method declaration
void End (int status, string computerId)
Parameters
status
Data type: int
The synchronization status (bit flags)
0 = Success
1 = Error - project data - data cache files, participant records, and quota assignments (upload)
2 = Error - siteinfo changes (download)
4 = Error - project files - metadata document and supporting runtime files (download)
8 = Error - log files (upload)
16 = User Abort
32 = Error - console configuration (download)
64 = Error - Sample data
128 = Error - Quota data
256 = Error - project data - participant records and quota assignments (download)
512 = Error - shared content files (download)
computerId
Data type: string
The GUID that is used to register with the server.
See also
Synchronization API