Determining if there a client instances of a server object.
Messages   Related Types
This message was discovered on microsoft.public.dotnet.framework.remoting.

Post a new message to this list...

Phil Jones
Is it possible to ask the remoting system whether there are currently any
client instances of a server object?
[or is that knowledge only mainted in reverse - as in the client knows about
it's server?]

Thanks (hope this question ain't to ass-about-face!)

===
Phil
(Auckland | Aotearoa)

Reply to this message...
 
    
Sam Santiago
No there isn't. You would have to write your own server side logic to track
your clients. You could use the call context to pass your client
identification - ip address, name, etc. - to the server. I'm not sure if
you can automatically detect when the proxy on the client side is garbage
collected or disconnected. You might have to add a method on your object to
signal you are done with your object on the client side.

Check out this example:

Remoting Call Context
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconremotingexamplecallcontext.asp

Thanks,

Sam
--
_______________________________
Sam Santiago
Click here to reveal e-mail address
http://www.SoftiTechture.com
_______________________________
"Phil Jones" <Click here to reveal e-mail address> wrote in message
news:Click here to reveal e-mail address...
[Original message clipped]

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com