A function which returns an identifier pair for a thread of control
            formatted for display.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public delegate string SetThreadNameDelegate( DbThreadID info ) | 
| Visual Basic (Declaration) | 
|---|
| Public Delegate Function SetThreadNameDelegate ( _ info As DbThreadID _ ) As String | 
| Visual C++ | 
|---|
| public delegate String^ SetThreadNameDelegate( DbThreadID^ info ) | 
Parameters
- info
- Type: BerkeleyDB..::.DbThreadID
 The thread of control to format





