Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse updateDhcpSubnet(AxlNetClient.UpdateDhcpSubnetReq updateDhcpSubnet1)
 {
     AxlNetClient.updateDhcpSubnetRequest inValue = new AxlNetClient.updateDhcpSubnetRequest();
     inValue.updateDhcpSubnet = updateDhcpSubnet1;
     AxlNetClient.updateDhcpSubnetResponse retVal = ((AxlNetClient.AXLPort20)(this)).updateDhcpSubnet(inValue);
     return(retVal.updateDhcpSubnetResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateDhcpSubnetResponse> updateDhcpSubnetAsync(AxlNetClient.UpdateDhcpSubnetReq updateDhcpSubnet)
 {
     return(axlPortClient20.updateDhcpSubnetAsync(updateDhcpSubnet));
 }
Ejemplo n.º 3
0
 public AxlNetClient.StandardResponse updateDhcpSubnet(AxlNetClient.UpdateDhcpSubnetReq updateDhcpSubnet1)
 {
     return(axlPortClient20.updateDhcpSubnet(updateDhcpSubnet1));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateDhcpSubnetResponse> updateDhcpSubnetAsync(AxlNetClient.UpdateDhcpSubnetReq updateDhcpSubnet)
 {
     AxlNetClient.updateDhcpSubnetRequest inValue = new AxlNetClient.updateDhcpSubnetRequest();
     inValue.updateDhcpSubnet = updateDhcpSubnet;
     return(((AxlNetClient.AXLPort20)(this)).updateDhcpSubnetAsync(inValue));
 }