Automatak.Simulator.Commons.LogToFile.Shutdown C# (CSharp) Method

Shutdown() public method

public Shutdown ( ) : void
return void
        public void Shutdown()
        {
            this.actions.Add(() => this.shutdown = true);
            this.thread.Join();
        }