Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updateRegion(AxlNetClient.UpdateRegionReq updateRegion1)
 {
     AxlNetClient.updateRegionRequest inValue = new AxlNetClient.updateRegionRequest();
     inValue.updateRegion = updateRegion1;
     AxlNetClient.updateRegionResponse retVal = ((AxlNetClient.AXLPort7)(this)).updateRegion(inValue);
     return(retVal.updateRegionResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateRegionResponse> updateRegionAsync(AxlNetClient.UpdateRegionReq updateRegion)
 {
     AxlNetClient.updateRegionRequest inValue = new AxlNetClient.updateRegionRequest();
     inValue.updateRegion = updateRegion;
     return(((AxlNetClient.AXLPort7)(this)).updateRegionAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateRegionResponse> AxlNetClient.AXLPort7.updateRegionAsync(AxlNetClient.updateRegionRequest request)
 {
     return(base.Channel.updateRegionAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.updateRegionResponse AxlNetClient.AXLPort7.updateRegion(AxlNetClient.updateRegionRequest request)
 {
     return(base.Channel.updateRegion(request));
 }