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

Start() 공개 메소드

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