Exemplo n.º 1
0
 public AxlNetClient.StandardResponse addDhcpSubnet(AxlNetClient.AddDhcpSubnetReq addDhcpSubnet1)
 {
     AxlNetClient.addDhcpSubnetRequest inValue = new AxlNetClient.addDhcpSubnetRequest();
     inValue.addDhcpSubnet = addDhcpSubnet1;
     AxlNetClient.addDhcpSubnetResponse retVal = ((AxlNetClient.AXLPort20)(this)).addDhcpSubnet(inValue);
     return(retVal.addDhcpSubnetResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addDhcpSubnetResponse> addDhcpSubnetAsync(AxlNetClient.AddDhcpSubnetReq addDhcpSubnet)
 {
     AxlNetClient.addDhcpSubnetRequest inValue = new AxlNetClient.addDhcpSubnetRequest();
     inValue.addDhcpSubnet = addDhcpSubnet;
     return(((AxlNetClient.AXLPort20)(this)).addDhcpSubnetAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.addDhcpSubnetResponse> AxlNetClient.AXLPort20.addDhcpSubnetAsync(AxlNetClient.addDhcpSubnetRequest request)
 {
     return(base.Channel.addDhcpSubnetAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.addDhcpSubnetResponse AxlNetClient.AXLPort20.addDhcpSubnet(AxlNetClient.addDhcpSubnetRequest request)
 {
     return(base.Channel.addDhcpSubnet(request));
 }