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

Timer() private method

private Timer ( System callback, object state, uint dueTime, uint period )
callback System
state object
dueTime uint
period uint
        public Timer(System.Threading.TimerCallback callback, object state, uint dueTime, uint period)
        {
        }

Same methods

Timer::Timer ( System callback )
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 )