Exemplo n.º 1
0
 public AxlNetClient.GetRegionRes getRegion(AxlNetClient.GetRegionReq getRegion1)
 {
     AxlNetClient.getRegionRequest inValue = new AxlNetClient.getRegionRequest();
     inValue.getRegion = getRegion1;
     AxlNetClient.getRegionResponse retVal = ((AxlNetClient.AXLPort7)(this)).getRegion(inValue);
     return(retVal.getRegionResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getRegionResponse> getRegionAsync(AxlNetClient.GetRegionReq getRegion)
 {
     AxlNetClient.getRegionRequest inValue = new AxlNetClient.getRegionRequest();
     inValue.getRegion = getRegion;
     return(((AxlNetClient.AXLPort7)(this)).getRegionAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.getRegionResponse> AxlNetClient.AXLPort7.getRegionAsync(AxlNetClient.getRegionRequest request)
 {
     return(base.Channel.getRegionAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.getRegionResponse AxlNetClient.AXLPort7.getRegion(AxlNetClient.getRegionRequest request)
 {
     return(base.Channel.getRegion(request));
 }