Esempio n. 1
0
 public AxlNetClient.ListLocationRes listLocation(AxlNetClient.ListLocationReq listLocation1)
 {
     AxlNetClient.listLocationRequest inValue = new AxlNetClient.listLocationRequest();
     inValue.listLocation = listLocation1;
     AxlNetClient.listLocationResponse retVal = ((AxlNetClient.AXLPort10)(this)).listLocation(inValue);
     return(retVal.listLocationResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.listLocationResponse> listLocationAsync(AxlNetClient.ListLocationReq listLocation)
 {
     return(axlPortClient10.listLocationAsync(listLocation));
 }
Esempio n. 3
0
 public AxlNetClient.ListLocationRes listLocation(AxlNetClient.ListLocationReq listLocation1)
 {
     return(axlPortClient10.listLocation(listLocation1));
 }
Esempio n. 4
0
 public System.Threading.Tasks.Task <AxlNetClient.listLocationResponse> listLocationAsync(AxlNetClient.ListLocationReq listLocation)
 {
     AxlNetClient.listLocationRequest inValue = new AxlNetClient.listLocationRequest();
     inValue.listLocation = listLocation;
     return(((AxlNetClient.AXLPort10)(this)).listLocationAsync(inValue));
 }