Windows service issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I got a scenario where there will be 3 windows service running. In that there are chances to invoked a method of Class C from Class B. Consider Class A ,B , C each one as seperate windows service.
Can I use remoting to invoke?

Regards,
Sachi
 
I would definatley recommend that as the way to go. Just make sure each service uses its own port number.

Dan
 
Is there any examples to view?

Regards,
Sachi

Dan Kelley said:
I would definatley recommend that as the way to go. Just make sure each service uses its own port number.

Dan
 
Back
Top