Exemplo n.º 1
0
 public AxlNetClient.GetGeoLocationFilterRes getGeoLocationFilter(AxlNetClient.GetGeoLocationFilterReq getGeoLocationFilter1)
 {
     AxlNetClient.getGeoLocationFilterRequest inValue = new AxlNetClient.getGeoLocationFilterRequest();
     inValue.getGeoLocationFilter = getGeoLocationFilter1;
     AxlNetClient.getGeoLocationFilterResponse retVal = ((AxlNetClient.AXLPort29)(this)).getGeoLocationFilter(inValue);
     return(retVal.getGeoLocationFilterResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getGeoLocationFilterResponse> getGeoLocationFilterAsync(AxlNetClient.GetGeoLocationFilterReq getGeoLocationFilter)
 {
     return(axlPortClient29.getGeoLocationFilterAsync(getGeoLocationFilter));
 }
Exemplo n.º 3
0
 public AxlNetClient.GetGeoLocationFilterRes getGeoLocationFilter(AxlNetClient.GetGeoLocationFilterReq getGeoLocationFilter1)
 {
     return(axlPortClient29.getGeoLocationFilter(getGeoLocationFilter1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.getGeoLocationFilterResponse> getGeoLocationFilterAsync(AxlNetClient.GetGeoLocationFilterReq getGeoLocationFilter)
 {
     AxlNetClient.getGeoLocationFilterRequest inValue = new AxlNetClient.getGeoLocationFilterRequest();
     inValue.getGeoLocationFilter = getGeoLocationFilter;
     return(((AxlNetClient.AXLPort29)(this)).getGeoLocationFilterAsync(inValue));
 }