Problem in Serviced Component

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

Guest

Hi
ms-help://MS.MSDNQTR.2003FEB.1033/cpguide/html/cpconservicedcomponentoverview.ht
I the above MSDN 2003 link, there is a code snipet which samples on writing a Serviced Component. What I got confused is, it is all about building a serviced "Component"; But the code has a Main() function too to. Why is it so?
Please give me reason for the Main() function to be there..
Thanks
Imayakumar.
 
Hi

The concept of serviced komponents has nothing to do with dlls, but instead a
serviced component is a class that extends the ServicedComponent baseclass
Anything that is serviced can use the tools from COM

Danie
 

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