Fix alarmIds
This commit is contained in:
@@ -29,13 +29,13 @@ namespace Step.Core
|
||||
};
|
||||
|
||||
private volatile static List<Thread> RunningThreadsList = new List<Thread>();
|
||||
internal volatile static Dictionary<String, String> RunningThreadStatus = new Dictionary<String, String>();
|
||||
internal volatile static Dictionary<string, string> RunningThreadStatus = new Dictionary<string, string>();
|
||||
|
||||
public static void Start()
|
||||
{
|
||||
ThreadsFunctions.RestoreConnection();
|
||||
|
||||
//Start THread Network monitor
|
||||
// Start Thread Network monitor
|
||||
Action Monitor = new Action(ThreadsFunctions.MonitorPanelPCResources);
|
||||
Thread t = new Thread(() => Monitor());
|
||||
t.Start();
|
||||
|
||||
Reference in New Issue
Block a user