WindowsServiceLifetimeHostBuilderExtensions 类

定义

用于设置 WindowsServiceLifetime 的扩展方法。

public ref class WindowsServiceLifetimeHostBuilderExtensions abstract sealed
public static class WindowsServiceLifetimeHostBuilderExtensions
type WindowsServiceLifetimeHostBuilderExtensions = class
Public Module WindowsServiceLifetimeHostBuilderExtensions
继承
WindowsServiceLifetimeHostBuilderExtensions

方法

AddWindowsService(IServiceCollection, Action<WindowsServiceLifetimeOptions>)

配置从 services 生成到 WindowsServiceLifetimeIHost 的生存期,并启用使用应用程序名称作为默认源名称登录到事件日志。

AddWindowsService(IServiceCollection)

配置从 services 生成到 WindowsServiceLifetimeIHost 的生存期,并启用使用应用程序名称作为默认源名称登录到事件日志。

UseWindowsService(IHostBuilder, Action<WindowsServiceLifetimeOptions>)

将主机生存期设置为 WindowsServiceLifetime,并使用应用程序名称作为默认源名称登录到事件日志。

UseWindowsService(IHostBuilder)

将主机生存期设置为 WindowsServiceLifetime,并使用应用程序名称作为默认源名称登录到事件日志。

适用于