Show / Hide Table of Contents

    Class DiagnosticsClientEventHandlerProxyBuilderExtensions

    EventHandlerProxyFactoryBuilder extensions.

    Inheritance
    System.Object
    DiagnosticsClientEventHandlerProxyBuilderExtensions
    Namespace: Copper.Eventing.Client
    Assembly: Copper.Diagnostics.Client.dll
    Syntax
    public static class DiagnosticsClientEventHandlerProxyBuilderExtensions

    Methods

    View Source

    AddCopperEnrichedApplicationInsightsLogging(EventHandlerProxyFactoryBuilder)

    Adds Copper-enriched Application Insights logging to the event handler proxy.

    Declaration
    public static EventHandlerProxyFactoryBuilder AddCopperEnrichedApplicationInsightsLogging(this EventHandlerProxyFactoryBuilder eventHandlerProxyFactoryBuilder)
    Parameters
    Type Name Description
    EventHandlerProxyFactoryBuilder eventHandlerProxyFactoryBuilder

    The events handler proxy factory builder.

    Returns
    Type Description
    EventHandlerProxyFactoryBuilder
    View Source

    AppendDiagnosticsInterceptors(EventHandlerProxyFactoryBuilder)

    Appends diagnostics interceptors to the events handler proxy.

    Declaration
    public static EventHandlerProxyFactoryBuilder AppendDiagnosticsInterceptors(this EventHandlerProxyFactoryBuilder eventHandlerProxyFactoryBuilder)
    Parameters
    Type Name Description
    EventHandlerProxyFactoryBuilder eventHandlerProxyFactoryBuilder

    The events handler proxy factory builder.

    Returns
    Type Description
    EventHandlerProxyFactoryBuilder
    • View Source
    Back to top Generated by DocFX