SetThreadID Property

BerkeleyDB

A delegate that returns a unique identifier pair for the current thread of control.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

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

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.

See Also