DbThreadID Constructor

BerkeleyDB

Instantiate a new DbThreadID object

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.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

See Also