Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ThreadInfoCollection Class / Contains Method
The ThreadInfo item of interest.

In This Topic
    Contains Method (ThreadInfoCollection)
    In This Topic
    Determines whether a given ThreadInfo item is already present in the ThreadInfoCollection.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal item As ThreadInfo _
    ) As Boolean
    public bool Contains( 
       ThreadInfo item
    )

    Parameters

    item
    The ThreadInfo item of interest.

    Return Value

    True if present, false if not.
    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