public void UpdateScheduledEvents() { TimerEventScheduler s = (TimerEventScheduler)m_GraphView.elementPanel.scheduler; s.UpdateScheduledEvents(); }
// 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(); }