Пример #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)
 {
     return(axlPortClient46.applyGatewayAsync(applyGateway));
 }
Пример #3
0
 public AxlNetClient.StandardResponse applyGateway(AxlNetClient.ApplyGatewayReq applyGateway1)
 {
     return(axlPortClient46.applyGateway(applyGateway1));
 }
Пример #4
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));
 }