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

Stop() static private method

Stops the server.
static private Stop ( ) : void
return void
        internal static void Stop()
        {
            lock(_syncRoot)
            {
                DisposableBase.DisposeOf(_server);
                _server = null;
            }
        }