Can anyone please tell me that why BeginInvoke is not working in Universal Windows Platform applications ..Here's the code
Dispatcher.BeginInvoke();
In this code I want to access the BeginInvoke using Dispatcher class but visual studio 2015 gives me a error that is you're missing an assembly reference .
Anyone tell me what's problem with my code .

Suresh MPosted Feb 18, 2016, 2:24 AM
Dispatcher.RunAsync(CoreDispatcherPriority.Normal, (s, a) =>{Asfend YarPosted Feb 18, 2016, 2:17 AM
Vinoth RajendranPosted Feb 17, 2016, 1:34 PM