Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a WCF Service hosted in a Windows Service.
The objects I have each support InotifyPropertyChanged.
I am looking into a BindingList for the collection of objects in the WCF service.
If I expose this BindingList as a DataMember and bind that to my application in Winforms to a BindingSource ,
1: Will I experience any issues with cross threading if I am updating the bindinglist inside of WCF ?
2: Will my Win Application reflect the changes ?
Posted

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