WindowsServiceLifetimeHostBuilderExtensions.AddWindowsService Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
AddWindowsService(IServiceCollection) |
|
AddWindowsService(IServiceCollection, Action<WindowsServiceLifetimeOptions>) |
|
AddWindowsService(IServiceCollection)
services
'den WindowsServiceLifetime'a oluşturulan IHost ömrünü yapılandırır ve varsayılan kaynak adı olarak uygulama adıyla olay günlüğüne günlüğe kaydetmeyi etkinleştirir.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ AddWindowsService(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddWindowsService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddWindowsService : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddWindowsService (services As IServiceCollection) As IServiceCollection
Parametreler
- services
- IServiceCollection
IHostoluşturmak için kullanılan IServiceCollection. Örneğin, Services veya ConfigureServices(Action<HostBuilderContext,IServiceCollection>) geri çağırmaya geçirilen IServiceCollection.
Döndürülenler
Zincirleme için services
örneği.
Açıklamalar
Bu, bağlam bilgisi olan bir işlemdir ve yalnızca işlemin Windows Hizmeti olarak çalıştığını algılarsa etkinleştirilir.
Şunlara uygulanır
AddWindowsService(IServiceCollection, Action<WindowsServiceLifetimeOptions>)
services
'den WindowsServiceLifetime'a oluşturulan IHost ömrünü yapılandırır ve varsayılan kaynak adı olarak uygulama adıyla olay günlüğüne günlüğe kaydetmeyi etkinleştirir.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ AddWindowsService(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services, Action<Microsoft::Extensions::Hosting::WindowsServiceLifetimeOptions ^> ^ configure);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddWindowsService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions> configure);
static member AddWindowsService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddWindowsService (services As IServiceCollection, configure As Action(Of WindowsServiceLifetimeOptions)) As IServiceCollection
Parametreler
- services
- IServiceCollection
IHostoluşturmak için kullanılan IServiceCollection. Örneğin, Services veya ConfigureServices(Action<HostBuilderContext,IServiceCollection>) geri çağırmaya geçirilen IServiceCollection.
- configure
- Action<WindowsServiceLifetimeOptions>
Sağlanan WindowsServiceLifetimeOptionsyapılandırmak için bir Action<T>.
Döndürülenler
Zincirleme için services
örneği.
Açıklamalar
Bu, bağlam bilgisi olan bir işlemdir ve yalnızca işlemin Windows Hizmeti olarak çalıştığını algılarsa etkinleştirilir.