ProcessEnricherServiceCollectionExtensions.AddProcessLogEnricher 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
AddProcessLogEnricher(IServiceCollection) |
öğesine işlem zenginleştiricisinin bir örneğini IServiceCollectionekler. |
AddProcessLogEnricher(IServiceCollection, IConfigurationSection) |
öğesine konak zenginleştiricisinin bir örneğini IServiceCollectionekler. |
AddProcessLogEnricher(IServiceCollection, Action<ProcessLogEnricherOptions>) |
öğesine işlem zenginleştiricisinin bir örneğini IServiceCollectionekler. |
AddProcessLogEnricher(IServiceCollection)
öğesine işlem zenginleştiricisinin bir örneğini IServiceCollectionekler.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ AddProcessLogEnricher(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddProcessLogEnricher (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddProcessLogEnricher : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddProcessLogEnricher (services As IServiceCollection) As IServiceCollection
Parametreler
- services
- IServiceCollection
IServiceCollection İşlem zenginleştiricisinin ekleneceği yer.
Döndürülenler
değeridir services
.
Özel durumlar
services
, null
değeridir.
Şunlara uygulanır
AddProcessLogEnricher(IServiceCollection, IConfigurationSection)
öğesine konak zenginleştiricisinin bir örneğini IServiceCollectionekler.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ AddProcessLogEnricher(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services, Microsoft::Extensions::Configuration::IConfigurationSection ^ section);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddProcessLogEnricher (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.Extensions.Configuration.IConfigurationSection section);
static member AddProcessLogEnricher : Microsoft.Extensions.DependencyInjection.IServiceCollection * Microsoft.Extensions.Configuration.IConfigurationSection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddProcessLogEnricher (services As IServiceCollection, section As IConfigurationSection) As IServiceCollection
Parametreler
- services
- IServiceCollection
IServiceCollection İşlem zenginleştiricisinin ekleneceği yer.
- section
- IConfigurationSection
IConfigurationSection İşlem zenginleştiricisinde yapılandırmak ProcessLogEnricherOptions için kullanılacak.
Döndürülenler
değeridir services
.
Özel durumlar
Bağımsız değişkenlerden herhangi biri şeklindedir null
.
Şunlara uygulanır
AddProcessLogEnricher(IServiceCollection, Action<ProcessLogEnricherOptions>)
öğesine işlem zenginleştiricisinin bir örneğini IServiceCollectionekler.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ AddProcessLogEnricher(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services, Action<Microsoft::Extensions::Diagnostics::Enrichment::ProcessLogEnricherOptions ^> ^ configure);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddProcessLogEnricher (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Extensions.Diagnostics.Enrichment.ProcessLogEnricherOptions> configure);
static member AddProcessLogEnricher : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Extensions.Diagnostics.Enrichment.ProcessLogEnricherOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddProcessLogEnricher (services As IServiceCollection, configure As Action(Of ProcessLogEnricherOptions)) As IServiceCollection
Parametreler
- services
- IServiceCollection
IServiceCollection İşlem zenginleştiricisinin ekleneceği yer.
- configure
- Action<ProcessLogEnricherOptions>
Yapılandırma ProcessLogEnricherOptions temsilcisi.
Döndürülenler
değeridir services
.
Özel durumlar
Bağımsız değişkenlerden herhangi biri şeklindedir null
.