0
Reply

Windows phone 8 this.Dispatcher.BeginInvoke

Suresh M

Suresh M

Jun 24 2015 2:11 AM
571
I am developing chat application in that i need to run the message received event in background thread and also need to update the UI , for that i am using Dispatcher.BeginInvoke to access the UI thread but the problem is ,it struck the UI when more messages receive continuously. How to achieve this?