I am writing a business application using silverlight 4 including RIA. The user can start a batch progress on the server by clicking a button. On the client side, i want to display the progress. How do i do that?
The first idea i had was to create a job manager which creates a job ticket and the client polls regularly for its status / progress. But is there an easier way?