Test a if Remote Reference is available -
02-15-2007
, 03:51 AM
Hi all,
is it possible to test if a remote reference (MarshalByRefObject) is
available before I make a function-call over this reference on the server?
-> I have a central class on the client which stores all the remote
references. The other (client) classes get access to it via properties of the
central class. Within the getter I would like to check if the remote
reference is still available, before another class makes a call over it. Can
I do this without having to make an extra function call with the remote
reference?
Thanks & Regards,
Christian |