WindowsServiceLifetimeHostBuilderExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于设置 WindowsServiceLifetime 的扩展方法。
public ref class WindowsServiceLifetimeHostBuilderExtensions abstract sealed
public static class WindowsServiceLifetimeHostBuilderExtensions
type WindowsServiceLifetimeHostBuilderExtensions = class
Public Module WindowsServiceLifetimeHostBuilderExtensions
- 继承
-
WindowsServiceLifetimeHostBuilderExtensions
方法
AddWindowsService(IServiceCollection, Action<WindowsServiceLifetimeOptions>) |
配置从 |
AddWindowsService(IServiceCollection) |
配置从 |
UseWindowsService(IHostBuilder, Action<WindowsServiceLifetimeOptions>) |
将主机生存期设置为 WindowsServiceLifetime,并使用应用程序名称作为默认源名称登录到事件日志。 |
UseWindowsService(IHostBuilder) |
将主机生存期设置为 WindowsServiceLifetime,并使用应用程序名称作为默认源名称登录到事件日志。 |