OpenSim.OpenSimBackground.Shutdown C# (CSharp) Method

Shutdown() public method

Performs any last-minute sanity checking and shuts down the region server
public Shutdown ( ) : void
return void
        public override void Shutdown()
        {
            WorldHasComeToAnEnd.Set();
            m_log.Info("[OPENSIM MAIN]: World has come to an end");
            base.Shutdown();
        }
    }