Server.Timer.Timer C# (CSharp) Method

Timer() public method

public Timer ( ) : System
return System
        public Timer()
        {
            this.watch = new Stopwatch();
            this.elapsedCollection = new List<long>();
        }