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

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

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