Exemple #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);
 }
Exemple #2
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));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.listLocationResponse> AxlNetClient.AXLPort10.listLocationAsync(AxlNetClient.listLocationRequest request)
 {
     return(base.Channel.listLocationAsync(request));
 }
Exemple #4
0
 AxlNetClient.listLocationResponse AxlNetClient.AXLPort10.listLocation(AxlNetClient.listLocationRequest request)
 {
     return(base.Channel.listLocation(request));
 }