예제 #1
0
 public void GetProperties(ExecutorCallBack callBack)
 {
     foreach (SnmpConfiger current in this.snmpConfigs)
     {
         SnmpExecutor snmpExecutor = new DefaultSnmpExecutor(current);
         snmpExecutor.GetProperties(callBack);
     }
 }