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