A function which returns a unique identifier pair for a thread of
control in a Berkeley DB application.
Namespace:
BerkeleyDBAssembly: libdb_dotnet52 (in libdb_dotnet52.dll) Version: 5.2.28.0
Syntax
C# |
---|
public delegate DbThreadID SetThreadIDDelegate() |
Visual Basic (Declaration) |
---|
Public Delegate Function SetThreadIDDelegate As DbThreadID |
Visual C++ |
---|
public delegate DbThreadID^ SetThreadIDDelegate() |