Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse removeGatewaySubunits(AxlNetClient.RemoveGatewaySubunitsReq removeGatewaySubunits1)
 {
     AxlNetClient.removeGatewaySubunitsRequest inValue = new AxlNetClient.removeGatewaySubunitsRequest();
     inValue.removeGatewaySubunits = removeGatewaySubunits1;
     AxlNetClient.removeGatewaySubunitsResponse retVal = ((AxlNetClient.AXLPort79)(this)).removeGatewaySubunits(inValue);
     return(retVal.removeGatewaySubunitsResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeGatewaySubunitsResponse> removeGatewaySubunitsAsync(AxlNetClient.RemoveGatewaySubunitsReq removeGatewaySubunits)
 {
     return(axlPortClient79.removeGatewaySubunitsAsync(removeGatewaySubunits));
 }
Ejemplo n.º 3
0
 public AxlNetClient.StandardResponse removeGatewaySubunits(AxlNetClient.RemoveGatewaySubunitsReq removeGatewaySubunits1)
 {
     return(axlPortClient79.removeGatewaySubunits(removeGatewaySubunits1));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.removeGatewaySubunitsResponse> removeGatewaySubunitsAsync(AxlNetClient.RemoveGatewaySubunitsReq removeGatewaySubunits)
 {
     AxlNetClient.removeGatewaySubunitsRequest inValue = new AxlNetClient.removeGatewaySubunitsRequest();
     inValue.removeGatewaySubunits = removeGatewaySubunits;
     return(((AxlNetClient.AXLPort79)(this)).removeGatewaySubunitsAsync(inValue));
 }