ApplicationBuilderExtensions.UseBotApplicationInsights Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Uwaga
This class is deprecated. Please add TelemetryInitializerMiddleware to your adapter's middleware pipeline instead.
Dodaje telemetrię ASP.Net middleware.
[System.Obsolete("This class is deprecated. Please add TelemetryInitializerMiddleware to your adapter's middleware pipeline instead.")]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseBotApplicationInsights(this Microsoft.AspNetCore.Builder.IApplicationBuilder applicationBuilder);
[<System.Obsolete("This class is deprecated. Please add TelemetryInitializerMiddleware to your adapter's middleware pipeline instead.")>]
static member UseBotApplicationInsights : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseBotApplicationInsights (applicationBuilder As IApplicationBuilder) As IApplicationBuilder
Parametry
- applicationBuilder
- IApplicationBuilder
Zwraca
Odwołanie do tego wystąpienia po zakończeniu operacji.
- Atrybuty