Instantiate a new DbThreadID object
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
Syntax
| C# | 
|---|
public DbThreadID( int pid, uint tid )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ pid As Integer, _ tid As UInteger _ )  | 
| Visual C++ | 
|---|
public: DbThreadID( int pid, unsigned int tid )  | 
Parameters
- pid
 - Type: System..::.Int32
The Process ID of the thread of control 
- tid
 - Type: System..::.UInt32
The Thread ID of the thread of control