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!

ServiceBase Class

Subclass ServiceBase when implementing a service for an NT Service application. Override OnContinue, OnPause, OnStart, OnStop with specific behavior in response to system events.

Object
   Component
      ServiceBase

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

Remarks

[To be supplied.]

Requirements

Namespace: System.ServiceProcess

Assembly: System.ServiceProcess.dll

See Also

ServiceBase Members | System.ServiceProcess Namespace