Esempio n. 1
0
 public WindowsFormsApp1.ServiceReference1.ArrayOfInt getAll()
 {
     WindowsFormsApp1.ServiceReference1.getAllRequest inValue = new WindowsFormsApp1.ServiceReference1.getAllRequest();
     inValue.Body = new WindowsFormsApp1.ServiceReference1.getAllRequestBody();
     WindowsFormsApp1.ServiceReference1.getAllResponse retVal = ((WindowsFormsApp1.ServiceReference1.WebService1Soap)(this)).getAll(inValue);
     return(retVal.Body.getAllResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <WindowsFormsApp1.ServiceReference1.getAllResponse> getAllAsync()
 {
     WindowsFormsApp1.ServiceReference1.getAllRequest inValue = new WindowsFormsApp1.ServiceReference1.getAllRequest();
     inValue.Body = new WindowsFormsApp1.ServiceReference1.getAllRequestBody();
     return(((WindowsFormsApp1.ServiceReference1.WebService1Soap)(this)).getAllAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <WindowsFormsApp1.ServiceReference1.getAllResponse> WindowsFormsApp1.ServiceReference1.WebService1Soap.getAllAsync(WindowsFormsApp1.ServiceReference1.getAllRequest request)
 {
     return(base.Channel.getAllAsync(request));
 }
Esempio n. 4
0
 WindowsFormsApp1.ServiceReference1.getAllResponse WindowsFormsApp1.ServiceReference1.WebService1Soap.getAll(WindowsFormsApp1.ServiceReference1.getAllRequest request)
 {
     return(base.Channel.getAll(request));
 }