A delegate that returns a unique identifier pair for the current 
            thread of control.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public SetThreadIDDelegate SetThreadID { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Property SetThreadID As SetThreadIDDelegate | 
| Visual C++ | 
|---|
| public: property SetThreadIDDelegate^ SetThreadID { SetThreadIDDelegate^ get (); void set (SetThreadIDDelegate^ value); } | 
 Remarks
Remarks
            This delegate supports FailCheck()()(). For more
            information, see Architecting Data Store and Concurrent Data Store
            applications, and Architecting Transactional Data Store
            applications, both in the Berkeley DB Programmer's Reference Guide.
            





