public void UpdateScheduledEvents()
        {
            TimerEventScheduler s = (TimerEventScheduler)m_GraphView.elementPanel.scheduler;

            s.UpdateScheduledEvents();
        }
Exemplo n.º 2
0
 // go through all trackers and poll their native revisions
 public void PollNativeData()
 {
     //using the scheduler allows us to automatically throttle data polling
     m_Scheduler.UpdateScheduledEvents();
 }