示例#1
0
 static void Main(string[] args)
 {
     EvsServiceHost.StartService();
     System.Console.WriteLine("Press <Enter> to exit");
     System.Console.ReadLine();
     EvsServiceHost.StopService();
 }
示例#2
0
        protected override void OnStop()
        {
            this.EventLog.WriteEntry("OnStop", System.Diagnostics.EventLogEntryType.Information);

            // stop the EVS Web Service
            EvsServiceHost.StopService();

            base.OnStop();
        }