Exemplo n.º 1
0
 public AxlNetClient.StandardResponse removeDhcpSubnet(AxlNetClient.RemoveDhcpSubnetReq removeDhcpSubnet1)
 {
     AxlNetClient.removeDhcpSubnetRequest inValue = new AxlNetClient.removeDhcpSubnetRequest();
     inValue.removeDhcpSubnet = removeDhcpSubnet1;
     AxlNetClient.removeDhcpSubnetResponse retVal = ((AxlNetClient.AXLPort20)(this)).removeDhcpSubnet(inValue);
     return(retVal.removeDhcpSubnetResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeDhcpSubnetResponse> removeDhcpSubnetAsync(AxlNetClient.RemoveDhcpSubnetReq removeDhcpSubnet)
 {
     AxlNetClient.removeDhcpSubnetRequest inValue = new AxlNetClient.removeDhcpSubnetRequest();
     inValue.removeDhcpSubnet = removeDhcpSubnet;
     return(((AxlNetClient.AXLPort20)(this)).removeDhcpSubnetAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.removeDhcpSubnetResponse> AxlNetClient.AXLPort20.removeDhcpSubnetAsync(AxlNetClient.removeDhcpSubnetRequest request)
 {
     return(base.Channel.removeDhcpSubnetAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.removeDhcpSubnetResponse AxlNetClient.AXLPort20.removeDhcpSubnet(AxlNetClient.removeDhcpSubnetRequest request)
 {
     return(base.Channel.removeDhcpSubnet(request));
 }