What are the differences (if any) and are there any advantages to using one method vs the other? I used BeginInvoke calls in my WPF application but a fellow developer used the DispatcherTimer.tick event. Is this just developer preference?
What are the differences (if any) and are there any advantages to using one method vs the other? I used BeginInvoke calls in my WPF application but a fellow developer used the DispatcherTimer.tick event. Is this just developer preference?