SyncronizationContext

Settembre 10th, 2007

Description: for use in thread/gui communication

Link: http://www.codekeep.net/snippets/098996d1-f746-41d2-93aa-7820fb3c1123.aspx

                    sync.Post(delegate(object someState)
                    {
                        //your code here
                    }, null);

  • .NET
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.