Ejemplo n.º 1
0
 internal void Update()
 {
     PerformanceUtility.LogInfoEvent("Start ScheduleTask.Update");
     this.isScheduled = false;
     this.scheduleService.SetUpdatingTaskInternal(this);
     this.updateHandler();
     this.scheduleService.SetUpdatingTaskInternal((ScheduleTask)null);
     PerformanceUtility.LogInfoEvent("End ScheduleTask.Update");
 }