Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse addGeoLocation(AxlNetClient.AddGeoLocationReq addGeoLocation1)
 {
     AxlNetClient.addGeoLocationRequest inValue = new AxlNetClient.addGeoLocationRequest();
     inValue.addGeoLocation = addGeoLocation1;
     AxlNetClient.addGeoLocationResponse retVal = ((AxlNetClient.AXLPort25)(this)).addGeoLocation(inValue);
     return(retVal.addGeoLocationResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addGeoLocationResponse> addGeoLocationAsync(AxlNetClient.AddGeoLocationReq addGeoLocation)
 {
     return(axlPortClient25.addGeoLocationAsync(addGeoLocation));
 }
Ejemplo n.º 3
0
 public AxlNetClient.StandardResponse addGeoLocation(AxlNetClient.AddGeoLocationReq addGeoLocation1)
 {
     return(axlPortClient25.addGeoLocation(addGeoLocation1));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.addGeoLocationResponse> addGeoLocationAsync(AxlNetClient.AddGeoLocationReq addGeoLocation)
 {
     AxlNetClient.addGeoLocationRequest inValue = new AxlNetClient.addGeoLocationRequest();
     inValue.addGeoLocation = addGeoLocation;
     return(((AxlNetClient.AXLPort25)(this)).addGeoLocationAsync(inValue));
 }