Пример #1
0
 public AxlNetClient.UpdateSNMPMIB2ListRes updateSNMPMIB2List(AxlNetClient.UpdateSNMPMIB2ListReq updateSNMPMIB2List1)
 {
     AxlNetClient.updateSNMPMIB2ListRequest inValue = new AxlNetClient.updateSNMPMIB2ListRequest();
     inValue.updateSNMPMIB2List = updateSNMPMIB2List1;
     AxlNetClient.updateSNMPMIB2ListResponse retVal = ((AxlNetClient.AXLPort81)(this)).updateSNMPMIB2List(inValue);
     return(retVal.updateSNMPMIB2ListResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSNMPMIB2ListResponse> updateSNMPMIB2ListAsync(AxlNetClient.UpdateSNMPMIB2ListReq updateSNMPMIB2List)
 {
     AxlNetClient.updateSNMPMIB2ListRequest inValue = new AxlNetClient.updateSNMPMIB2ListRequest();
     inValue.updateSNMPMIB2List = updateSNMPMIB2List;
     return(((AxlNetClient.AXLPort81)(this)).updateSNMPMIB2ListAsync(inValue));
 }
Пример #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSNMPMIB2ListResponse> updateSNMPMIB2ListAsync(AxlNetClient.UpdateSNMPMIB2ListReq updateSNMPMIB2List)
 {
     return(axlPortClient81.updateSNMPMIB2ListAsync(updateSNMPMIB2List));
 }
Пример #4
0
 public AxlNetClient.UpdateSNMPMIB2ListRes updateSNMPMIB2List(AxlNetClient.UpdateSNMPMIB2ListReq updateSNMPMIB2List1)
 {
     return(axlPortClient81.updateSNMPMIB2List(updateSNMPMIB2List1));
 }