public AxlNetClient.StandardResponse applyGateway(AxlNetClient.ApplyGatewayReq applyGateway1) { AxlNetClient.applyGatewayRequest inValue = new AxlNetClient.applyGatewayRequest(); inValue.applyGateway = applyGateway1; AxlNetClient.applyGatewayResponse retVal = ((AxlNetClient.AXLPort46)(this)).applyGateway(inValue); return(retVal.applyGatewayResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.applyGatewayResponse> applyGatewayAsync(AxlNetClient.ApplyGatewayReq applyGateway) { AxlNetClient.applyGatewayRequest inValue = new AxlNetClient.applyGatewayRequest(); inValue.applyGateway = applyGateway; return(((AxlNetClient.AXLPort46)(this)).applyGatewayAsync(inValue)); }
System.Threading.Tasks.Task <AxlNetClient.applyGatewayResponse> AxlNetClient.AXLPort46.applyGatewayAsync(AxlNetClient.applyGatewayRequest request) { return(base.Channel.applyGatewayAsync(request)); }
AxlNetClient.applyGatewayResponse AxlNetClient.AXLPort46.applyGateway(AxlNetClient.applyGatewayRequest request) { return(base.Channel.applyGateway(request)); }