Loupe - Log - Monitor - Resolve
Loupe.Agent.Core.Services Namespace / ILoupeAgentBuilder Interface / AddFilter<T> Method
The type of the filter, which must implement Gibraltar.Monitor.ILoupeFilter.

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

    Type Parameters

    T
    The type of the filter, which must implement Gibraltar.Monitor.ILoupeFilter.

    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