N
Nick
I have a c# program that holds a several objects. I would like this
these objects sent to to several clients using remoting across
seperate machines at a certain times that is determined by the
computer that the object resides on.
I have looked into remoting but I am getting confused as to what
method to use to achieve this kind of result. Can I have several
clients all using the same channel listening for a method call with my
object as a parameter? Which commands would I use to enable this? Any
Guidance would help.
Thnaks
Nick
these objects sent to to several clients using remoting across
seperate machines at a certain times that is determined by the
computer that the object resides on.
I have looked into remoting but I am getting confused as to what
method to use to achieve this kind of result. Can I have several
clients all using the same channel listening for a method call with my
object as a parameter? Which commands would I use to enable this? Any
Guidance would help.
Thnaks
Nick