Exemple #1
0
            internal UploadFileFinishedCallback(JobID jobID, CMsgClientUFSUploadFileFinished body)
            {
                JobID = jobID;

                Result  = (EResult)body.eresult;
                ShaHash = body.sha_file;
            }
Exemple #2
0
 internal UploadFileFinishedCallback(CMsgClientUFSUploadFileFinished body)
 {
     Result  = (EResult)body.eresult;
     ShaHash = body.sha_file;
 }