Lucene.Net.Search.TimeLimitingCollector.TimerThreadHolder.TimerThreadHolder C# (CSharp) 메소드

TimerThreadHolder() 정적인 개인적인 메소드

static private TimerThreadHolder ( ) : System
리턴 System
            static TimerThreadHolder()
            {
                THREAD = new TimerThread(Counter.NewCounter(true));
                THREAD.Start();
            }
        }
TimeLimitingCollector.TimerThreadHolder