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

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

    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