Ejemplo n.º 1
0
 /// <summary>
 /// Unintialize the the job.
 /// </summary>
 public void UnInit()
 {
     HourlyDailyEventLog.WriteToEventLog(HourlyDailyEntity.EventLogName, "Hourly Service UnInit: ", "Hourly Service stopped.", EventLogEntryType.Information);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Intialize the the job.
 /// </summary>
 public void Init()
 {
     HourlyDailyEventLog.WriteToEventLog(HourlyDailyEntity.EventLogName, "DailyService Init: ", "Read Service started.", EventLogEntryType.Information);
 }