Loupe - Log - Monitor - Resolve
Loupe.Agent.Core.Services Namespace / ILoupeAgentBuilder Interface / AddListener<T> Method
The type of the listener, which must implement ILoupeDiagnosticListener.

In This Topic
    AddListener<T> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function AddListener(Of T As {Class, ILoupeDiagnosticListener})() As ILoupeAgentBuilder
    ILoupeAgentBuilder AddListener<T>()
    where T: class, ILoupeDiagnosticListener

    Type Parameters

    T
    The type of the listener, which must implement ILoupeDiagnosticListener.

    Return Value

    The builder instance.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also