RepFullElectionTimeout Property

BerkeleyDB

An optional configuration timeout period to wait for full election participation the first time the replication group finds a master. By default this option is turned off and normal election timeouts are used. (See the Elections section in the Berkeley DB Reference Guide for more information.)

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

Syntax

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

See Also