Abc.Zebus.TinyHost.Wrapper.ServiceHostWrapper.OnStart C# (CSharp) 메소드

OnStart() 보호된 메소드

protected OnStart ( string args ) : void
args string
리턴 void
        protected override void OnStart(string[] args)
        {
            _host.Start();
        }