Reply to thread

Putting the control in that userstate looks like the best option, thanks. It hadnt occured to me to put an object in there.


It still doesnt seem as clean as


[code]

...code...

Object.ItemsSource = WCFService.TheMethod(theParm);

...code...

[/code]


but I understand that with an async method there cannot be a return type.


Back
Top