Exemple #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);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeUnitsToGatewayResponse> removeUnitsToGatewayAsync(AxlNetClient.RemoveUnitsToGatewayReq removeUnitsToGateway)
 {
     return(axlPortClient79.removeUnitsToGatewayAsync(removeUnitsToGateway));
 }
Exemple #3
0
 public AxlNetClient.StandardResponse removeUnitsToGateway(AxlNetClient.RemoveUnitsToGatewayReq removeUnitsToGateway1)
 {
     return(axlPortClient79.removeUnitsToGateway(removeUnitsToGateway1));
 }
Exemple #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));
 }