This topic has not yet been rated - Rate this topic

ServiceBase.Run Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.