Groups | Blog | Home
all groups > dotnet remoting > march 2004 >

dotnet remoting : Singleton call to a specific client


Allen Anderson
3/30/2004 1:57:34 PM
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]
Holger Kasten
3/30/2004 7:03:35 PM
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


PocketNerd
4/7/2004 1:46:05 PM
This article shows how you can identify each client callback with an ID and then only notify the specific client(s) you desir

HT

Holger Kasten
4/8/2004 7:27:53 AM
Which article?

"PocketNerd" <anonymous@discussions.microsoft.com> schrieb im Newsbeitrag
news:6013AC67-7338-40BA-BE4C-FFA4C7F226F4@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button