Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ThreadInfoCollection Class / IndexOf Method
The ThreadInfo item to locate in the ThreadInfoCollection.

IndexOf Method (ThreadInfoCollection)
Determines the index of a specific ThreadInfo in the ThreadInfoCollection (in sorted order).
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As ThreadInfo _
) As Integer
 

Parameters

item
The ThreadInfo item to locate in the ThreadInfoCollection.

Return Value

The index of the ThreadInfo item if found in the list; otherwise, -1.
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