AK.F1.Timing.Service.Jobs.SessionServerJob.ExecuteCore C# (CSharp) Method

ExecuteCore() protected method

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