Instantiate a new DbThreadID object
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
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





