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

TimerNode() private method

private TimerNode ( ) : System.Collections
return 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