L
lucius
I have a class that is a subclass of a subclass of a DataTable. I
would like to Remote an instance of it (SingleCall), but if I recall
correctly only classes that inherit from MarshalByRefObject can be
Remoted.
So how can I remote my DataTable-inheriting class? Is it possible to
iplement all of the Remoting Interfaces that make up
MarshalByRefObject and make the class implement that? Help!
Thanks.
would like to Remote an instance of it (SingleCall), but if I recall
correctly only classes that inherit from MarshalByRefObject can be
Remoted.
So how can I remote my DataTable-inheriting class? Is it possible to
iplement all of the Remoting Interfaces that make up
MarshalByRefObject and make the class implement that? Help!
Thanks.