Beispiel #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);
 }
Beispiel #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));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateSNMPMIB2ListResponse> AxlNetClient.AXLPort81.updateSNMPMIB2ListAsync(AxlNetClient.updateSNMPMIB2ListRequest request)
 {
     return(base.Channel.updateSNMPMIB2ListAsync(request));
 }
Beispiel #4
0
 AxlNetClient.updateSNMPMIB2ListResponse AxlNetClient.AXLPort81.updateSNMPMIB2List(AxlNetClient.updateSNMPMIB2ListRequest request)
 {
     return(base.Channel.updateSNMPMIB2List(request));
 }