views:

25

answers:

0

What could be the best uniformed way to expose service client in silverlight 2? Each method on the service client has different arguments, so I had develop an abstraction between my controls and the service client which could deliver the return values in a generic way. I have implemented generic callback methods for each service call but I am having troubles deregistering events and my callback where multicasted with previous registered callbacks. Can anyone suggest a better approach?

Any help is appreciated :)... thanks in advance.