'Declaration
Public Overloads Function TryGetValue( _ ByVal id As Guid, _ ByRef threadInfo As ThreadInfo _ ) As Boolean
public bool TryGetValue( Guid id, out ThreadInfo threadInfo )
Parameters
- id
- The Guid ID of the desired ThreadInfo.
- threadInfo
- Gets the ThreadInfo with the specified Guid ID if it exists in the ThreadInfoCollection.
Return Value
True if found, false if not found.