ServiceBase::Run Method
.NET Framework (current version)
Provides the main entry point for a service executable.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Run(ServiceBase^) | Registers the executable for a service with the Service Control Manager (SCM). |
![]() ![]() | Run(array<ServiceBase^>^) | Registers the executable for multiple services with the Service Control Manager (SCM). |
Show:

