Remoting SAO with non-default construction
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I need to create a .NET remoting SAO with a non-default constructor i.e. a constructor with parameters. Is this possible? and if so, how?
-
I need to create a .NET remoting SAO with a non-default constructor i.e. a constructor with parameters. Is this possible? and if so, how?
You can not use non default constructor with SAO you have to use default constructor if you need to use non default constructor use CAO instead MCAD