backgroundworker - Blocking in a background thread in Windows Phone 8 -


i working windows phone's coding4fun toolkit's messageprompt object. want display messageprompt , block or wait until messageprompt's completed event fires. want in background thread don't want block main ui thread. have been playing bit, have hooked manualresetevent backgroundworker doesn't seem wait. what's best way implement this?

thanks in advance.

don't block ui thread can use activity indicator till messagebox showing.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -