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 Class

This class represents an NT service. It allows you to connect to a running or stopped service and manipulate it or get information about it.

Object
   Component
      ServiceController

[Visual Basic]
Public Class ServiceController
   Inherits Component
[C#]
public class ServiceController : Component
[C++]
public __gc class ServiceController : public Component
[JScript]
public class ServiceController extends Component

Remarks

[To be supplied.]

Requirements

Namespace: System.ServiceProcess

Assembly: System.ServiceProcess.dll

See Also

ServiceController Members | System.ServiceProcess Namespace