Ejemplo n.º 1
0
 public System.IAsyncResult BeginopticalInformation(Lite.ServiceU2000.opticalInformationRequest request,System.AsyncCallback callback,object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("opticalInformation",_args,callback,asyncState);
     return(_result);
 }
Ejemplo n.º 2
0
 public void opticalInformationAsync(Lite.ServiceU2000.opticalInformationRequest request,object userState)
 {
     if ((this.onBeginopticalInformationDelegate == null))
     {
         this.onBeginopticalInformationDelegate = new BeginOperationDelegate(this.OnBeginopticalInformation);
     }
     if ((this.onEndopticalInformationDelegate == null))
     {
         this.onEndopticalInformationDelegate = new EndOperationDelegate(this.OnEndopticalInformation);
     }
     if ((this.onopticalInformationCompletedDelegate == null))
     {
         this.onopticalInformationCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnopticalInformationCompleted);
     }
     base.InvokeAsync(this.onBeginopticalInformationDelegate,new object[] {
         request
     },this.onEndopticalInformationDelegate,this.onopticalInformationCompletedDelegate,userState);
 }
Ejemplo n.º 3
0
 private System.IAsyncResult OnBeginopticalInformation(object[] inValues,System.AsyncCallback callback,object asyncState)
 {
     Lite.ServiceU2000.opticalInformationRequest request = ((Lite.ServiceU2000.opticalInformationRequest)(inValues[0]));
     return(((Lite.ServiceU2000.WsOpticalInformationPortType)(this)).BeginopticalInformation(request,callback,asyncState));
 }
Ejemplo n.º 4
0
 public void opticalInformationAsync(Lite.ServiceU2000.opticalInformationRequest request)
 {
     this.opticalInformationAsync(request,null);
 }
Ejemplo n.º 5
0
 System.IAsyncResult Lite.ServiceU2000.WsOpticalInformationPortType.BeginopticalInformation(Lite.ServiceU2000.opticalInformationRequest request,System.AsyncCallback callback,object asyncState)
 {
     return(base.Channel.BeginopticalInformation(request,callback,asyncState));
 }