Gallifrey.IdleTimers.IdleTimerCollection.IdleTimerCollection C# (CSharp) Method

IdleTimerCollection() private method

private IdleTimerCollection ( ) : System
return System
        internal IdleTimerCollection()
        {
            lockTimerList = IdleTimerCollectionSerializer.DeSerialize();
            lockTimerList.RemoveAll(x => x.IsRunning);
        }