Did anyone use ListChanged from a remote portal?

Did anyone use ListChanged from a remote portal?

Old forum URL: forums.lhotka.net/forums/t/3158.aspx


cardasim posted on Tuesday, July 10, 2007

Hi, everybody,

This is my first post on this forum and I take the chance to express my consideration on
what you are doing here. I really respect that.

The scenario:
I have a Client - Server application, the data portal is hosted in the server as a WCF service (WcfPortal) and is accessible though a netTcpBinding endpoint.
I want to maintain a list of entities in the server application and to be able to notify
all server clients when a change in the list occured for some reason (any of the clients changed something in the list or some new items arrived from an external system).
I use a MyEntityList : BusinessListBase<MyEntityList, MyEntity>

My problem finds somehow an answer at http://forums.lhotka.net/forums/thread/5527.aspx "PropertyChanged not raised with remote data portal".


Copyright (c) Marimer LLC