In .NET you have System.Threading.Thread.IsBackground.
Is there some equivalent of this in WinRT/Metro?
I have a method which changed UI properties, and I want to determine whether or not I need to dispatch the execution to the UI thread runtime.
In .NET you have System.Threading.Thread.IsBackground.
Is there some equivalent of this in WinRT/Metro?
I have a method which changed UI properties, and I want to determine whether or not I need to dispatch the execution to the UI thread runtime.