UI Threading - A Very Simple Solution

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2003/5/20/ui-threading-a-very-simple-solution.html
Published Tuesday, May 20, 2003 9:56 AM by RoyOsherove

Comments

Monday, May 19, 2003 8:19 PM by SBC

# re: UI Threading - A Very Simple Solution

Good one Roy. Will check it out with an example.
Monday, May 19, 2003 10:17 PM by Rob Cannon

# re: UI Threading - A Very Simple Solution

It seems like this bit of code would be an ideal thing to be hidden via a custom attribute. There was an MSDN article about writing interceptors a couple of issues ago. I'll have to look it up and see what is possible.
Monday, May 19, 2003 10:23 PM by Royo

# re: UI Threading - A Very Simple Solution

Exactly my thoughts! We'll see who gets there first ... ;)
Tuesday, May 20, 2003 8:46 AM by Addy Santo

# re: UI Threading - A Very Simple Solution

Before diving too deep into interceptors and ContextObjects (and their related side effects such as insanity) take a look at this, it might be close to what you had in mind:

http://www.fawcette.com/vsm/2002_09/magazine/columns/blackbelt/default_pf.asp

-Addy