WebHostWindowsServiceExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use UseWindowsService and AddHostedService instead. For more information, visit https://aka.ms/aspnet/deprecate/009.
Extensions to IWebHost for hosting inside a Windows service.
public ref class WebHostWindowsServiceExtensions abstract sealed
public static class WebHostWindowsServiceExtensions
[System.Obsolete("Use UseWindowsService and AddHostedService instead. For more information, visit https://aka.ms/aspnet/deprecate/009.", DiagnosticId="ASPDEPR009", UrlFormat="https://aka.ms/aspnet/deprecate/009")]
public static class WebHostWindowsServiceExtensions
type WebHostWindowsServiceExtensions = class
[<System.Obsolete("Use UseWindowsService and AddHostedService instead. For more information, visit https://aka.ms/aspnet/deprecate/009.", DiagnosticId="ASPDEPR009", UrlFormat="https://aka.ms/aspnet/deprecate/009")>]
type WebHostWindowsServiceExtensions = class
Public Module WebHostWindowsServiceExtensions
- Inheritance
-
WebHostWindowsServiceExtensions
- Attributes
Methods
| Name | Description |
|---|---|
| RunAsService(IWebHost) |
Runs the specified web application inside a Windows service and blocks until the service is stopped. |