Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ThreadInfoCollection Class / ContainsKey Method / ContainsKey(Guid) Method
The Guid ID of the ThreadInfo of interest.

In This Topic
    ContainsKey(Guid) Method
    In This Topic
    Determines whether the ThreadInfoCollection contains a ThreadInfo with a specified Guid ID.
    Syntax
    'Declaration
     
    
    Public Overloads Function ContainsKey( _
       ByVal id As Guid _
    ) As Boolean
    public bool ContainsKey( 
       Guid id
    )

    Parameters

    id
    The Guid ID of the ThreadInfo 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