Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
WindowsServiceLifetimeHostBuilderExtensions Class
Definition
- Namespace:
- Microsoft.Extensions.Hosting
- Assembly:
- Microsoft.Extensions.Hosting.WindowsServices.dll
- Package:
- Microsoft.Extensions.Hosting.WindowsServices v11.0.0-preview.5.26302.115
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.
Extension methods for setting up WindowsServiceLifetime.
public ref class WindowsServiceLifetimeHostBuilderExtensions abstract sealed
public static class WindowsServiceLifetimeHostBuilderExtensions
type WindowsServiceLifetimeHostBuilderExtensions = class
Public Module WindowsServiceLifetimeHostBuilderExtensions
- Inheritance
-
WindowsServiceLifetimeHostBuilderExtensions
Methods
| Name | Description |
|---|---|
| AddWindowsService(IServiceCollection, Action<WindowsServiceLifetimeOptions>) |
Configures the lifetime of the IHost built from |
| AddWindowsService(IServiceCollection) |
Configures the lifetime of the IHost built from |
| UseWindowsService(IHostBuilder, Action<WindowsServiceLifetimeOptions>) |
Sets the host lifetime to WindowsServiceLifetime and enables logging to the event log with the application name as the default source name. |
| UseWindowsService(IHostBuilder) |
Sets the host lifetime to WindowsServiceLifetime and enables logging to the event log with the application name as the default source name. |
Applies to
Feedback
Was this page helpful?
