コード例 #1
0
ファイル: Program.cs プロジェクト: esilantiev/BackEndService
        static void Main(string[] args)
        {
            var hostOptions = new HostOptions
            {
                ServiceName        = "IsesBackOfficeService",
                ServiceDisplayName = "Ises BackOffice Service"
            };

            HostHelper.RunHost <Loader>(hostOptions);
        }