Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a Windows service host for a WCF service.
I would like to know the best method to reflect changes from the WCF list to the Windows Forms client.

In my WCF I have List<t> (I can also use BindingList<t>, I am updating those lists with in my WCF service. My windows forms app has a dataGridView that I want to use to display those lists and update with realtime changes.

What I would like to know is how to automatically reflect those changes so they appear in my Windows Forms GUI with out having to do a bunch of rebinding etc.. Is there a way to do this with out using WCF callbacks, or must I use them - or do I simply implement INotifyPropertyChanged and it happens automatically ? Any help is appreciated.


A small sample of the nuts and bolts is appreciated.
Posted
Updated 27-May-15 3:25am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900