WPF, Winform, SQL etc
Tuesday, January 15, 2013
WPF Thread-safe Dispatcher Usages example
Example WPF Thread-safe Dispatcher Use
if
(dispatcher.CheckAccess()) { action(); }
else
{ dispatcher.BeginInvoke(action); }
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment