HighTechTalks DotNet Forums  

how to give my service parameters?

Dotnet Framework (Component Services) microsoft.public.dotnet.framework.component_services


Discuss how to give my service parameters? in the Dotnet Framework (Component Services) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
assaf
 
Posts: n/a

Default how to give my service parameters? - 10-24-2004 , 09:07 AM






hi all

i'm using the comuter manegment
services panel .
i'm trying to send my service a parameter.
no matter what i do, the service gets no parameters.

how can i give parameters to my service?


here is my service code:
protected override void OnStart(string[] args)
{
MessageBox.Show("OnStart" + args.Length.ToString());
}


assaf



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.