New to remote procedure calls, please help...
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'm totally new to distributed applications and i need help with: - How do i expose C# windows service procedures so the they can be called remotely??(or is it the same as declaring procedures normally and just adding a referece to the windows service??) - Learning how to tell when Remote Procedure Call's are made to a C# windows service so that the procedure executes using the parameters supplied. thanks, Afzal Hassen