Showing posts with label userstate. Show all posts
Showing posts with label userstate. Show all posts

Wednesday, March 16, 2011

How to : Use the UserState property while making async WCF service calls

                In Silverlight, all the WCF service calls are asynchronous. After the call to the WCF service is completed, a Completed event is called at the Silverlight UI side.Sometimes it becomes necessary to determine which task raised the Completed event.In this case you can use the "UserState" property to determine this.