
February 21, 2010 21:54 by
Brian Keating |
When you wish to know if you are on the UI thread and you've no access to any UIElement how do you do it?
static bool IsUiThread()
{
return Deployment.Current.Dispatcher.CheckAssess();
}
About Brian Keating
Professional Software Developer, .NET / C++ / Java View all posts by
Brian Keating →