Пример #1
0
 public AxlNetClient.GetGeoLocationRes getGeoLocation(AxlNetClient.GetGeoLocationReq getGeoLocation1)
 {
     AxlNetClient.getGeoLocationRequest inValue = new AxlNetClient.getGeoLocationRequest();
     inValue.getGeoLocation = getGeoLocation1;
     AxlNetClient.getGeoLocationResponse retVal = ((AxlNetClient.AXLPort25)(this)).getGeoLocation(inValue);
     return(retVal.getGeoLocationResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getGeoLocationResponse> getGeoLocationAsync(AxlNetClient.GetGeoLocationReq getGeoLocation)
 {
     AxlNetClient.getGeoLocationRequest inValue = new AxlNetClient.getGeoLocationRequest();
     inValue.getGeoLocation = getGeoLocation;
     return(((AxlNetClient.AXLPort25)(this)).getGeoLocationAsync(inValue));
 }
Пример #3
0
 public System.Threading.Tasks.Task <AxlNetClient.getGeoLocationResponse> getGeoLocationAsync(AxlNetClient.GetGeoLocationReq getGeoLocation)
 {
     return(axlPortClient25.getGeoLocationAsync(getGeoLocation));
 }
Пример #4
0
 public AxlNetClient.GetGeoLocationRes getGeoLocation(AxlNetClient.GetGeoLocationReq getGeoLocation1)
 {
     return(axlPortClient25.getGeoLocation(getGeoLocation1));
 }