Beispiel #1
0
 public AxlNetClient.StandardResponse removeDhcpServer(AxlNetClient.RemoveDhcpServerReq removeDhcpServer1)
 {
     AxlNetClient.removeDhcpServerRequest inValue = new AxlNetClient.removeDhcpServerRequest();
     inValue.removeDhcpServer = removeDhcpServer1;
     AxlNetClient.removeDhcpServerResponse retVal = ((AxlNetClient.AXLPort19)(this)).removeDhcpServer(inValue);
     return(retVal.removeDhcpServerResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeDhcpServerResponse> removeDhcpServerAsync(AxlNetClient.RemoveDhcpServerReq removeDhcpServer)
 {
     AxlNetClient.removeDhcpServerRequest inValue = new AxlNetClient.removeDhcpServerRequest();
     inValue.removeDhcpServer = removeDhcpServer;
     return(((AxlNetClient.AXLPort19)(this)).removeDhcpServerAsync(inValue));
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <AxlNetClient.removeDhcpServerResponse> removeDhcpServerAsync(AxlNetClient.RemoveDhcpServerReq removeDhcpServer)
 {
     return(axlPortClient19.removeDhcpServerAsync(removeDhcpServer));
 }
Beispiel #4
0
 public AxlNetClient.StandardResponse removeDhcpServer(AxlNetClient.RemoveDhcpServerReq removeDhcpServer1)
 {
     return(axlPortClient19.removeDhcpServer(removeDhcpServer1));
 }