Beispiel #1
0
 public AxlNetClient.StandardResponse removeGateway(AxlNetClient.RemoveGatewayReq removeGateway1)
 {
     AxlNetClient.removeGatewayRequest inValue = new AxlNetClient.removeGatewayRequest();
     inValue.removeGateway = removeGateway1;
     AxlNetClient.removeGatewayResponse retVal = ((AxlNetClient.AXLPort46)(this)).removeGateway(inValue);
     return(retVal.removeGatewayResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeGatewayResponse> removeGatewayAsync(AxlNetClient.RemoveGatewayReq removeGateway)
 {
     return(axlPortClient46.removeGatewayAsync(removeGateway));
 }
Beispiel #3
0
 public AxlNetClient.StandardResponse removeGateway(AxlNetClient.RemoveGatewayReq removeGateway1)
 {
     return(axlPortClient46.removeGateway(removeGateway1));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.removeGatewayResponse> removeGatewayAsync(AxlNetClient.RemoveGatewayReq removeGateway)
 {
     AxlNetClient.removeGatewayRequest inValue = new AxlNetClient.removeGatewayRequest();
     inValue.removeGateway = removeGateway;
     return(((AxlNetClient.AXLPort46)(this)).removeGatewayAsync(inValue));
 }