sure, you can do this. What you need to do though is of course have
some way for the server to know which clients you want to callback (ie
keep a list or some such), then you need to fire the event manually by
iterating through the members of the event. Only callback the clients
you want, and your in.
Allen Anderson
http://www.glacialcomponents.com mailto: allen@put my website url here.com
On Tue, 30 Mar 2004 19:03:35 +0200, "Holger Kasten" <hk@flashlight.de>
[quoted text, click to view] wrote:
>Hello Getlemen,
>
>I am using a Singleton Server. Several clients use it
>and share information over it.
>
>Now it would be great if the server could call a specific client.
>
>I do not want to call all clients via an event.
>
>Any idea how to do this?
>
>Regards,
>
>Holger
>
>
Hello Getlemen,
I am using a Singleton Server. Several clients use it
and share information over it.
Now it would be great if the server could call a specific client.
I do not want to call all clients via an event.
Any idea how to do this?
Regards,
Holger