Server.Tracker.Tracker C# (CSharp) Method

Tracker() public method

public Tracker ( ) : System
return System
        public Tracker()
        {
            this.points = new Dictionary<string, long>();
            this.watch = Stopwatch.StartNew();
        }