System.Threading.Timer.Timer C# (CSharp) Method

Timer() public method

public Timer ( System callback )
callback System
        public Timer(System.Threading.TimerCallback callback)
        {
        }

Same methods

Timer::Timer ( System callback, object state, System dueTime, System period )
Timer::Timer ( System callback, object state, int dueTime, int period )
Timer::Timer ( System callback, object state, long dueTime, long period )
Timer::Timer ( System callback, object state, uint dueTime, uint period )