Пример #1
0
 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);
 }
Пример #2
0
 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));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.applyGatewayResponse> AxlNetClient.AXLPort46.applyGatewayAsync(AxlNetClient.applyGatewayRequest request)
 {
     return(base.Channel.applyGatewayAsync(request));
 }
Пример #4
0
 AxlNetClient.applyGatewayResponse AxlNetClient.AXLPort46.applyGateway(AxlNetClient.applyGatewayRequest request)
 {
     return(base.Channel.applyGateway(request));
 }