Where did you implemented Dispatcher? What will happen if don't use?
Rajanikant Hawaldar
if you have a background thread working, and you need to update the UI in that case we should use Dispatcher. If we don’t use Dispatcher cross thread exception will occur.