i wan to notify the event to some specific client. how can i do this?
regards
aanand
Printable View
i wan to notify the event to some specific client. how can i do this?
regards
aanand
Only one word comes to mind...Huh?
Could you elaborate a bit on what you are trying to do?
thanks for atleat reply..
problem:
i have made an exe server, and so many clients are connected with that server , now i want to send a event to a particular client or
my event only notify to a particular client. not to all
anand
u can replace your exe erver with a COM+ application (in proc server running in a COMM+ app) and use the event service that COM+ provide.
it is called LCE - Loosley Coupled Event. keep reading on at MSDN.