ServiceBase.Run Method
.NET Framework 2.0
Provides the main entry point for a service executable.
| Name | Description |
|---|---|
| ServiceBase.Run (ServiceBase) | Provides the main entry point for an executable that contains a single service. Loads the service into memory so it can be started. |
| ServiceBase.Run (ServiceBase[]) | Provides the main entry point for an executable that contains multiple associated services. Loads the specified services into memory so they can be started. |