2 overrides of OnStart
Microsoft.AspNetCore.Hosting.WindowsServices (1)
WebHostService.cs (1)
38protected sealed override void OnStart(string[] args)
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
138protected override void OnStart(string[] args)
2 references to OnStart
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
141base.OnStart(args);
System.ServiceProcess.ServiceController (1)
System\ServiceProcess\ServiceBase.cs (1)
826OnStart(args);