Beispiel #1
0
 public System.IAsyncResult BeginDownloadCaptureImageBy(int captureImagePk, System.AsyncCallback callback, object asyncState)
 {
     Masco.Display.ILSValidator.Client.Common.ServiceReferenceFileTransfer.DownloadStreamRequest inValue = new Masco.Display.ILSValidator.Client.Common.ServiceReferenceFileTransfer.DownloadStreamRequest();
     inValue.captureImagePk = captureImagePk;
     return(((Masco.Display.ILSValidator.Client.Common.ServiceReferenceFileTransfer.IFileTransfer)(this)).BeginDownloadCaptureImageBy(inValue, callback, asyncState));
 }
Beispiel #2
0
 public byte[] DownloadCaptureImageBy(int captureImagePk, out string ChildPath, out string FileName, out long Length)
 {
     Masco.Display.ILSValidator.Client.Common.ServiceReferenceFileTransfer.DownloadStreamRequest inValue = new Masco.Display.ILSValidator.Client.Common.ServiceReferenceFileTransfer.DownloadStreamRequest();
     inValue.captureImagePk = captureImagePk;
     Masco.Display.ILSValidator.Client.Common.ServiceReferenceFileTransfer.DownloadStreamInfo retVal = ((Masco.Display.ILSValidator.Client.Common.ServiceReferenceFileTransfer.IFileTransfer)(this)).DownloadCaptureImageBy(inValue);
     ChildPath = retVal.ChildPath;
     FileName  = retVal.FileName;
     Length    = retVal.Length;
     return(retVal.Bytes);
 }
Beispiel #3
0
 System.IAsyncResult Masco.Display.ILSValidator.Client.Common.ServiceReferenceFileTransfer.IFileTransfer.BeginDownloadCaptureImageBy(Masco.Display.ILSValidator.Client.Common.ServiceReferenceFileTransfer.DownloadStreamRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginDownloadCaptureImageBy(request, callback, asyncState));
 }
Beispiel #4
0
 Masco.Display.ILSValidator.Client.Common.ServiceReferenceFileTransfer.DownloadStreamInfo Masco.Display.ILSValidator.Client.Common.ServiceReferenceFileTransfer.IFileTransfer.DownloadCaptureImageBy(Masco.Display.ILSValidator.Client.Common.ServiceReferenceFileTransfer.DownloadStreamRequest request)
 {
     return(base.Channel.DownloadCaptureImageBy(request));
 }