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

In This Topic
    RemoveKey(Int32) Method
    In This Topic
    Removes any ThreadInfo item with the specified ThreadIndex from the ThreadInfoCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Function RemoveKey( _
       ByVal threadIndex As Integer _
    ) As Boolean
    public bool RemoveKey( 
       int threadIndex
    )

    Parameters

    threadIndex
    The unique ThreadIndex 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