Abc.Zebus.TinyHost.Wrapper.ServiceHostWrapper.Start C# (CSharp) Méthode

Start() public méthode

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