コード例 #1
0
 public static void Start()
 {
     calls  = new TSList <float>();
     thread = ThreadManager.Register(Run, "API Call Tracker", false);
 }
コード例 #2
0
ファイル: NetworkStatus.cs プロジェクト: Bullshitzu/PoloBot
 public static void StartMonitoring()
 {
     thread = ThreadManager.Register(Run, "Network Monitor", false);
 }
コード例 #3
0
 public static void Start()
 {
     thread = ThreadManager.Register(Run, "Peformance Monitor", false);
 }