Interviewer - Server > Architecture > Interview Service tier > UNICOM Intelligence Interviewer - Offline for Windows Architecture > Synchronization process flow > Synchronization API > OpenUploadPackage
 
OpenUploadPackage
Opens a package for upload.
Method declaration
Stream OpenUploadPackage (string packageId, string computerId, Stream data)
Parameters
packageId
Data type: string
The package ID representing the upload package. This is the client-specified value provided in the associated Put() request.
packageId must be unique across all clients.
computerId
Data type: string
The GUID that is used to register with the server.
data
Data type: stream
A System.IO.Stream object that represents the data being uploaded. The server reads from this stream and writes data to a temporary file.
See also
Synchronization API