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

In This Topic
    Unsubscribe Method
    In This Topic
    Remove the specified monitor.
    Syntax
    'Declaration
     
    
    Public Shared Function Unsubscribe( _
       ByVal monitor As ILoupeMonitor _
    ) As Boolean
    public static bool Unsubscribe( 
       ILoupeMonitor monitor
    )

    Parameters

    monitor

    Return Value

    True if the monitor was previously registered and has now been removed
    Remarks
    If the monitor object isn't subscribed no error is raised. If the object is being polled there may be a short delay before it is unregistered.
    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