Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ThreadInfoCollection Class / Item Property / Item(Int32) Property
The index (in the sorted order) of a ThreadInfo item to extract.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets a ThreadInfo item at a specified index (in the sorted order). (NOT BY ThreadId or ThreadIndex! Use TryGetValue to lookup by ThreadIndex or TryFindThreadId to lookup by ThreadId.)
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal sortIndex As Integer _
    ) As ThreadInfo
    public ThreadInfo Item( 
       int sortIndex
    ) {get;}

    Parameters

    sortIndex
    The index (in the sorted order) of a ThreadInfo item to extract.

    Property Value

    The ThreadInfo item at that index in the sorted order of this ThreadInfoCollection.
    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