NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServiceController.Start (String[])

Starts a service in the machine specified.

[Visual Basic]
Overloads Overridable Public Sub Start( _
   ByVal args() As String _
)
[C#]
public virtual void Start(
   string[] args
);
[C++]
public: virtual void Start(
   String* args[]
);
[JScript]
public function Start(
   args : String[]
);

Parameters

args
[To be supplied.]

See Also

ServiceController Class | ServiceController Members | System.ServiceProcess Namespace | ServiceController.Start Overload List