Exemple #1
0
 public PhotoSharing.WindowsPhone.UploadService.UploadResponse EndUpload(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     PhotoSharing.WindowsPhone.UploadService.UploadResponse _result = ((PhotoSharing.WindowsPhone.UploadService.UploadResponse)(base.EndInvoke("Upload", _args, result)));
     return(_result);
 }
Exemple #2
0
 private bool EndUpload(System.IAsyncResult result)
 {
     PhotoSharing.WindowsPhone.UploadService.UploadResponse retVal = ((PhotoSharing.WindowsPhone.UploadService.UploadPhotosSoap)(this)).EndUpload(result);
     return(retVal.Body.UploadResult);
 }