System.Net.TimerThread.TimerNode.TimerNode C# (CSharp) 메소드

TimerNode() 개인적인 메소드

private TimerNode ( ) : System.Collections
리턴 System.Collections
            internal TimerNode() : base(0)
            {
                _timerState = TimerState.Sentinel;
            }

Same methods

TimerThread.TimerNode::TimerNode ( Callback callback, object context, int durationMilliseconds, object queueLock ) : System.Collections
TimerThread.TimerNode