SetThreadIDDelegate Delegate

BerkeleyDB

A function which returns a unique identifier pair for a thread of control in a Berkeley DB application.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public delegate DbThreadID SetThreadIDDelegate()
Visual Basic (Declaration)
Public Delegate Function SetThreadIDDelegate As DbThreadID
Visual C++
public delegate DbThreadID^ SetThreadIDDelegate()

Return Value

A DbThreadID object describing the current thread of control

See Also