2 overrides of OnStart
Microsoft.AspNetCore.Hosting.WindowsServices (1)
WebHostService.cs (1)
37protected sealed override void OnStart(string[] args)
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
138protected override void OnStart(string[] args)
1 reference to OnStart
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
141base.OnStart(args);