예제 #1
0
 private object[] OnEndopticalInformation(System.IAsyncResult result)
 {
     Lite.ServiceU2000.opticalInformationResponse retVal = ((Lite.ServiceU2000.WsOpticalInformationPortType)(this)).EndopticalInformation(result);
     return(new object[] {
         retVal
     });
 }
예제 #2
0
 public Lite.ServiceU2000.opticalInformationResponse EndopticalInformation(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     Lite.ServiceU2000.opticalInformationResponse _result = ((Lite.ServiceU2000.opticalInformationResponse)(base.EndInvoke("opticalInformation",_args,result)));
     return(_result);
 }