Esempio 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);
 }
Esempio n. 2
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));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.removeGatewaySubunitsResponse> AxlNetClient.AXLPort79.removeGatewaySubunitsAsync(AxlNetClient.removeGatewaySubunitsRequest request)
 {
     return(base.Channel.removeGatewaySubunitsAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.removeGatewaySubunitsResponse AxlNetClient.AXLPort79.removeGatewaySubunits(AxlNetClient.removeGatewaySubunitsRequest request)
 {
     return(base.Channel.removeGatewaySubunits(request));
 }