CapRaffle.WinService.RafflingService.OnStart C# (CSharp) Метод

OnStart() защищенный Метод

protected OnStart ( string args ) : void
args string
Результат void
        protected override void OnStart(string[] args)
        {
            WriteLogEntry("Automatic Raffling has started", EventLogEntryType.SuccessAudit);
            timer.Enabled = true;
        }