|
-
Mar 14th, 2008, 01:30 AM
#1
Thread Starter
Frenzied Member
Event notification?
I've been learning a lot lately about adding event driven capabilities to custom objects, like the INotifyPropertyChange event which tells every consumer of a particular object that something changed and to update the display.
However, I want to take this one step further and apply this to a n-tier application. Basically, the middle tier will have a cache of objects. The client tier will consume these objects. Any change made to an object on in the cache on the middle tier will fire an event so all current consumers of that object will receive an event.
Would this use the TCP class? Any pointers on how to go about this would be appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|