Abc.Zebus.TinyHost.Wrapper.ServiceHostWrapper.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        public void Start()
        {
            _log.Info("Starting up as a windows service application");
            Run(this);
        }
    }