Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Agent.Core.Services Namespace / ILoupeAgentBuilder Interface / AddMonitor<T> Method
The type of the monitor, which must implement Gibraltar.Monitor.ILoupeMonitor.

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

    Type Parameters

    T
    The type of the monitor, which must implement Gibraltar.Monitor.ILoupeMonitor.

    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