Ejemplo n.º 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);
 }
Ejemplo n.º 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));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.getGeoLocationResponse> AxlNetClient.AXLPort25.getGeoLocationAsync(AxlNetClient.getGeoLocationRequest request)
 {
     return(base.Channel.getGeoLocationAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.getGeoLocationResponse AxlNetClient.AXLPort25.getGeoLocation(AxlNetClient.getGeoLocationRequest request)
 {
     return(base.Channel.getGeoLocation(request));
 }