The number of spins test-and-set mutexes should execute before blocking.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.32.0

Syntax

C#
public uint NumTestAndSetSpins { get; set; }
Visual Basic (Declaration)
Public Property NumTestAndSetSpins As UInteger
Visual C++
public:
property unsigned int NumTestAndSetSpins {
	unsigned int get ();
	void set (unsigned int value);
}

See Also