Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ThreadInfoCollection Class / RemoveKey Method / RemoveKey(Guid) Method
The Guid ID of the ThreadInfo to remove.

In This Topic
    RemoveKey(Guid) Method
    In This Topic
    Removes any ThreadInfo item with the specified Guid ID from the ThreadInfoCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Function RemoveKey( _
       ByVal id As Guid _
    ) As Boolean
    public bool RemoveKey( 
       Guid id
    )

    Parameters

    id
    The Guid ID of the ThreadInfo to remove.

    Return Value

    True if an item was found and removed from the ThreadInfoCollection, false if not found.
    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