0
kicks
The Asynchronous Command Pattern
All http calls in Silverlight Applications are done asynchronously. One of a series of articles about patterns for asynchronous activities in RIA's, this article describes how the Command patten can be used to group both the initiation of a server call and the callback in a single method to clarify the structure of your code.