Abc.Zebus.TinyHost.Wrapper.ConsoleHostWrapper.ConsoleHostWrapper C# (CSharp) Method

ConsoleHostWrapper() public method

public ConsoleHostWrapper ( ) : System
return System
        public ConsoleHostWrapper()
        {
            _terminationHandle = new ManualResetEvent(false);
        }