예제 #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);
 }
예제 #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));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeDhcpServerResponse> AxlNetClient.AXLPort19.removeDhcpServerAsync(AxlNetClient.removeDhcpServerRequest request)
 {
     return(base.Channel.removeDhcpServerAsync(request));
 }
예제 #4
0
 AxlNetClient.removeDhcpServerResponse AxlNetClient.AXLPort19.removeDhcpServer(AxlNetClient.removeDhcpServerRequest request)
 {
     return(base.Channel.removeDhcpServer(request));
 }