Пример #1
0
 public AxlNetClient.StandardResponse updateDhcpServer(AxlNetClient.UpdateDhcpServerReq updateDhcpServer1)
 {
     AxlNetClient.updateDhcpServerRequest inValue = new AxlNetClient.updateDhcpServerRequest();
     inValue.updateDhcpServer = updateDhcpServer1;
     AxlNetClient.updateDhcpServerResponse retVal = ((AxlNetClient.AXLPort19)(this)).updateDhcpServer(inValue);
     return(retVal.updateDhcpServerResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateDhcpServerResponse> updateDhcpServerAsync(AxlNetClient.UpdateDhcpServerReq updateDhcpServer)
 {
     AxlNetClient.updateDhcpServerRequest inValue = new AxlNetClient.updateDhcpServerRequest();
     inValue.updateDhcpServer = updateDhcpServer;
     return(((AxlNetClient.AXLPort19)(this)).updateDhcpServerAsync(inValue));
 }
Пример #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateDhcpServerResponse> updateDhcpServerAsync(AxlNetClient.UpdateDhcpServerReq updateDhcpServer)
 {
     return(axlPortClient19.updateDhcpServerAsync(updateDhcpServer));
 }
Пример #4
0
 public AxlNetClient.StandardResponse updateDhcpServer(AxlNetClient.UpdateDhcpServerReq updateDhcpServer1)
 {
     return(axlPortClient19.updateDhcpServer(updateDhcpServer1));
 }