Expose Method

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hello.
Can anybody show me how can I expose method from my Windows Service
application?
 
David:

I'm not sure I understand the goal here, could you explain it a little more?
If you have a method in your service application that you need to reference
elsewhere, why not make a class library and build the library. Reference the
..dll from your service application and all is well. You can install this to
the GAC or add a reference from any other project and you should be good to
go.

Otherwise I'm not sure I know what you mean by referencing a method. Let me
know and hopefully I can answer it for you.

Cheers,

Bill

--
W.G. Ryan MVP Windows - Embedded

http://forums.devbuzz.com
http://www.knowdotnet.com/dataaccess.html
http://www.msmvps.com/williamryan/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top