Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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.
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]
but I understand that with an async method there cannot be a return type.