示例#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);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeDhcpSubnetResponse> removeDhcpSubnetAsync(AxlNetClient.RemoveDhcpSubnetReq removeDhcpSubnet)
 {
     return(axlPortClient20.removeDhcpSubnetAsync(removeDhcpSubnet));
 }
示例#3
0
 public AxlNetClient.StandardResponse removeDhcpSubnet(AxlNetClient.RemoveDhcpSubnetReq removeDhcpSubnet1)
 {
     return(axlPortClient20.removeDhcpSubnet(removeDhcpSubnet1));
 }
示例#4
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));
 }