Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / Log Class / UnregisterFilter Method
The filter to remove

In This Topic
    UnregisterFilter Method
    In This Topic
    Remove the specified IFilter implementation from the set of filters.
    Syntax
    'Declaration
     
    
    Public Shared Sub UnregisterFilter( _
       ByVal filter As ILoupeFilter _
    ) 
    public static void UnregisterFilter( 
       ILoupeFilter filter
    )

    Parameters

    filter
    The filter to remove
    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