Exemplo n.º 1
0
 public static void Start()
 {
     calls  = new TSList <float>();
     thread = ThreadManager.Register(Run, "API Call Tracker", false);
 }
Exemplo n.º 2
0
 public static void StartMonitoring()
 {
     thread = ThreadManager.Register(Run, "Network Monitor", false);
 }
Exemplo n.º 3
0
 public static void Start()
 {
     thread = ThreadManager.Register(Run, "Peformance Monitor", false);
 }