CSharpRTMP.Core.NetIO.IOHandlerManager.Shutdown C# (CSharp) Method

Shutdown() public static method

public static Shutdown ( ) : void
return void
        public static void Shutdown()
        {
            _isShuttingDown = false;
            if (ActiveIoHandler.Count != 0 || DeadIoHandler.Count != 0)
                Logger.FATAL("Incomplete shutdown!!!");
        }