'Declaration
Public Function TryFindThreadId( _ ByVal threadId As Integer, _ ByRef threadInfo As ThreadInfo _ ) As Boolean
public bool TryFindThreadId( int threadId, out ThreadInfo threadInfo )
Parameters
- threadId
- The ThreadId of the desired ThreadInfo.
- threadInfo
- Gets the ThreadInfo with the specified ThreadId if it exists in the ThreadInfoCollection.
Return Value
True if found, false if not found.