Windows phone 8 this.Dispatcher.BeginInvoke
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?