'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.