Interviewer - Server > Architecture > Interview Service tier > UNICOM Intelligence Interviewer - Offline for Windows Architecture > Synchronization process flow > Synchronization API > Register
 
Register
Registers the given user and computer with the server, thus ensuring that future synchronizations can take place.
Method declaration
void Register(string userId, string password, string computerId)
Parameters
userId
Data type: string
The ID that identifies the user to UNICOM Intelligence Interviewer - Server Admin.
password
Data type: string
The password associated with the provided user ID in UNICOM Intelligence Interviewer - Server Admin. The password is encrypted.
computerId
Data type: string
An ID that uniquely identifies the computer. The sending computer will typically generate a GUID for this purpose.
See also
Synchronization API