Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ThreadInfoCollection Class / Item Property / Item(Guid) Property
The Guid ID of the desired ThreadInfo.

Item(Guid) Property
Gets a ThreadInfo item with a specified Guid ID.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal id As Guid _
) As ThreadInfo
 

Parameters

id
The Guid ID of the desired ThreadInfo.

Property Value

The ThreadInfo item with the specified Guid ID.
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