Share via


WebHostWindowsServiceExtensions Class

Definition

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.

Applies to