How Dispatcher differs from the background thread ?
Posted
by Ashish Ashu
on Stack Overflow
See other posts from Stack Overflow
or by Ashish Ashu
Published on 2010-03-29T02:25:27Z
Indexed on
2010/03/29
2:33 UTC
Read the original article
Hit count: 470
How Dispatcher concept in .NET 3.5 in WPF differs from the background thread in .NET 2.0 ?
For example what will be difference between statements below:
delegate.Invoke/BeginInvoke AND this.dispatcher.Invoke/BeginInvoke
© Stack Overflow or respective owner