8000 System.ServiceProcess.ServiceBase.Run · Issue #9349 · dotnet/dotnet-api-docs · GitHub
[go: up one dir, main page]

Skip to content
System.ServiceProcess.ServiceBase.Run #9349
Open
@paulomorgado

Description

@paulomorgado

System.ServiceProcess.ServiceBase.Run states that:

After you call Run(ServiceBase), the Service Control Manager issues a Start command, which results in a call to the OnStart method in the service. The service is not started until the Start command is executed.

It would be important to make clear that the SCM will not consider the service started until OnStart is invoked by the ServiceBase derived class.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0