Interviewer - Server > Architecture > Interview Service tier > UNICOM Intelligence Interviewer - Offline for Windows Architecture > Synchronization process flow > Synchronization API > ClosePackage
 
ClosePackage
Closes a download or upload package. Any temporary files and objects used by the package are cleaned up on the server. It is not possible to reopen the package once it is closed. It is assumed that the associated stream object will be closed prior to closing the package. In the case of an upload, final processing of the uploaded files occurs at this time.
Method declaration
void ClosePackage (string packageId, string computerId)
Parameters
packageId
Data type: string
The package ID representing the requested download or upload package.
packageId must be unique across all clients.
computerId
Data type: string
The GUID that is used to register with the server.
See also
Synchronization API