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