Example #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);
 }
Example #2
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));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.addGeoLocationResponse> AxlNetClient.AXLPort25.addGeoLocationAsync(AxlNetClient.addGeoLocationRequest request)
 {
     return(base.Channel.addGeoLocationAsync(request));
 }
Example #4
0
 AxlNetClient.addGeoLocationResponse AxlNetClient.AXLPort25.addGeoLocation(AxlNetClient.addGeoLocationRequest request)
 {
     return(base.Channel.addGeoLocation(request));
 }