Simple Question: Windows Service Parameters

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

How do I capture what parameters were passed to my Windows
service application?
 
void main (string[] args)
{
//here is my app entry point
}

the args array will include an array of everything passed in.

Hope this helps.

Nick Harris, MCSD
http://www.VizSoft.net
 

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