共用方式為


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,並啟用以應用程式名稱做為預設來源名稱的事件記錄檔。

適用於