I'm not sure which road to pursue here.
I've basically got a whole bunch of PocketPC Clients. Each of these is going to communicate with a web service, and submit barcode scans to it. However, I'd like the clients to pass a callback to a function that will automatically update whenever ANY of the clients updates.
If client A submits a scan, I want the webservice class to fire the callback to client A, B, and C, i.e. fire an event over all instances.
Is this even possible?
How should I look into doing this?
Thanks in advance.
I've basically got a whole bunch of PocketPC Clients. Each of these is going to communicate with a web service, and submit barcode scans to it. However, I'd like the clients to pass a callback to a function that will automatically update whenever ANY of the clients updates.
If client A submits a scan, I want the webservice class to fire the callback to client A, B, and C, i.e. fire an event over all instances.
Is this even possible?
How should I look into doing this?
Thanks in advance.