Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32059

WPF Dispatcher.BeginInvoke() method update too late UI

$
0
0
hi All,
          

          i am using multiple thred in Wpf application. i am updating UI  from another thred to display log of process

         using this line 

         " System.Windows.Application.Current.Dispatcher.BeginInvoke(DispatcherPriority.Background, new Action(() => updateText(message)));"

          but log updating remain behind from the actual current process
       
i am getting bored for this process  so please help

Viewing all articles
Browse latest Browse all 32059

Trending Articles