Base:
method
OnStart
System.ServiceProcess.ServiceBase.OnStart(System.String[])
1 reference to OnStart
Microsoft.AspNetCore.Hosting.WindowsServices (1)
WebHostService.cs (1)
33internal void Start() => OnStart(Array.Empty<string>());