Exemplo n.º 1
0
 public AxlNetClient.ListGeoLocationRes listGeoLocation(AxlNetClient.ListGeoLocationReq listGeoLocation1)
 {
     AxlNetClient.listGeoLocationRequest inValue = new AxlNetClient.listGeoLocationRequest();
     inValue.listGeoLocation = listGeoLocation1;
     AxlNetClient.listGeoLocationResponse retVal = ((AxlNetClient.AXLPort25)(this)).listGeoLocation(inValue);
     return(retVal.listGeoLocationResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.listGeoLocationResponse> listGeoLocationAsync(AxlNetClient.ListGeoLocationReq listGeoLocation)
 {
     AxlNetClient.listGeoLocationRequest inValue = new AxlNetClient.listGeoLocationRequest();
     inValue.listGeoLocation = listGeoLocation;
     return(((AxlNetClient.AXLPort25)(this)).listGeoLocationAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.listGeoLocationResponse> AxlNetClient.AXLPort25.listGeoLocationAsync(AxlNetClient.listGeoLocationRequest request)
 {
     return(base.Channel.listGeoLocationAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.listGeoLocationResponse AxlNetClient.AXLPort25.listGeoLocation(AxlNetClient.listGeoLocationRequest request)
 {
     return(base.Channel.listGeoLocation(request));
 }