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
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.