System.Net.TimerThread.TimerThread C# (CSharp) Method

TimerThread() static private method

static private TimerThread ( ) : System.Collections
return System.Collections
        static TimerThread()
        {
            s_ThreadEvents = new WaitHandle[] { s_ThreadShutdownEvent, s_ThreadReadyEvent };
        }