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