Example #1
0
 public AxlNetClient.ListGeoLocationRes listGeoLocation(AxlNetClient.ListGeoLocationReq listGeoLocation1)
 {
     AxlNetClient.listGeoLocationRequest inValue = new AxlNetClient.listGeoLocationRequest();
     inValue.listGeoLocation = listGeoLocation1;
     AxlNetClient.listGeoLocationResponse retVal = ((AxlNetClient.AXLPort25)(this)).listGeoLocation(inValue);
     return(retVal.listGeoLocationResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listGeoLocationResponse> listGeoLocationAsync(AxlNetClient.ListGeoLocationReq listGeoLocation)
 {
     AxlNetClient.listGeoLocationRequest inValue = new AxlNetClient.listGeoLocationRequest();
     inValue.listGeoLocation = listGeoLocation;
     return(((AxlNetClient.AXLPort25)(this)).listGeoLocationAsync(inValue));
 }
Example #3
0
 public System.Threading.Tasks.Task <AxlNetClient.listGeoLocationResponse> listGeoLocationAsync(AxlNetClient.ListGeoLocationReq listGeoLocation)
 {
     return(axlPortClient25.listGeoLocationAsync(listGeoLocation));
 }
Example #4
0
 public AxlNetClient.ListGeoLocationRes listGeoLocation(AxlNetClient.ListGeoLocationReq listGeoLocation1)
 {
     return(axlPortClient25.listGeoLocation(listGeoLocation1));
 }