M
mkadlec99
Got a remoting question I was hoping someone could solve. I have an
object (UpdateFlifo) that
has two constructors, one empty, and one with arguments. I want to
expose this
object remotely, which I have done in the code below and everything
works fine.
I now want to expose this object using constructor arguements, but not
sure
how to do this, do you have any idea?
RemotingConfiguration.RegisterWellKnownServiceType (
typeof(UpdateFlifo),
"UpdateFlifo",
WellKnownObjectMode.Singleton);
Mark.
object (UpdateFlifo) that
has two constructors, one empty, and one with arguments. I want to
expose this
object remotely, which I have done in the code below and everything
works fine.
I now want to expose this object using constructor arguements, but not
sure
how to do this, do you have any idea?
RemotingConfiguration.RegisterWellKnownServiceType (
typeof(UpdateFlifo),
"UpdateFlifo",
WellKnownObjectMode.Singleton);
Mark.