Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / Monitor Class / Subscribe Method

In This Topic
    Subscribe Method (Monitor)
    In This Topic
    Add the specified monitor, which should already be configured.
    Syntax
    'Declaration
     
    
    Public Shared Sub Subscribe( _
       ByVal monitor As ILoupeMonitor _
    ) 
    public static void Subscribe( 
       ILoupeMonitor monitor
    )

    Parameters

    monitor
    Remarks
    The monitor may be polled immediately after it is subscribed so it should be configured.
    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