System.Net.TimerThread.TimerNode.TimerNode C# (CSharp) Méthode

TimerNode() private méthode

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