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); }
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)); }
public System.Threading.Tasks.Task <AxlNetClient.getGeoLocationResponse> getGeoLocationAsync(AxlNetClient.GetGeoLocationReq getGeoLocation) { return(axlPortClient25.getGeoLocationAsync(getGeoLocation)); }
public AxlNetClient.GetGeoLocationRes getGeoLocation(AxlNetClient.GetGeoLocationReq getGeoLocation1) { return(axlPortClient25.getGeoLocation(getGeoLocation1)); }