Пример #1
0
 void CreateScans()
 {
     foreach (int LogId in LogIdsToScan)
     {
         try
         {
             Request Req = Request.FromLog(LogId, this.LogSource);
             CreateScan(Req);
         }
         catch { }
     }
     UpdateScanBranchStats(0, 0, "All Scan Jobs Created && Queued. Close this Window.", false, true);
 }