AK.F1.Timing.Service.Jobs.SessionServerJob.ExecuteCore C# (CSharp) 메소드

ExecuteCore() 보호된 메소드

protected ExecuteCore ( ) : void
리턴 void
        protected override void ExecuteCore()
        {
            lock(_syncRoot)
            {
                Stop();
                Start();
            }
        }