Exemplo n.º 1
0
 public AxlNetClient.StandardResponse removeUnitsToGateway(AxlNetClient.RemoveUnitsToGatewayReq removeUnitsToGateway1)
 {
     AxlNetClient.removeUnitsToGatewayRequest inValue = new AxlNetClient.removeUnitsToGatewayRequest();
     inValue.removeUnitsToGateway = removeUnitsToGateway1;
     AxlNetClient.removeUnitsToGatewayResponse retVal = ((AxlNetClient.AXLPort79)(this)).removeUnitsToGateway(inValue);
     return(retVal.removeUnitsToGatewayResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeUnitsToGatewayResponse> removeUnitsToGatewayAsync(AxlNetClient.RemoveUnitsToGatewayReq removeUnitsToGateway)
 {
     return(axlPortClient79.removeUnitsToGatewayAsync(removeUnitsToGateway));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse removeUnitsToGateway(AxlNetClient.RemoveUnitsToGatewayReq removeUnitsToGateway1)
 {
     return(axlPortClient79.removeUnitsToGateway(removeUnitsToGateway1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.removeUnitsToGatewayResponse> removeUnitsToGatewayAsync(AxlNetClient.RemoveUnitsToGatewayReq removeUnitsToGateway)
 {
     AxlNetClient.removeUnitsToGatewayRequest inValue = new AxlNetClient.removeUnitsToGatewayRequest();
     inValue.removeUnitsToGateway = removeUnitsToGateway;
     return(((AxlNetClient.AXLPort79)(this)).removeUnitsToGatewayAsync(inValue));
 }