RepStrict2Site Property

BerkeleyDB

Replication Manager observes the strict "majority" rule in managing elections, even in a group with only 2 sites. This means the client in a 2-site group will be unable to take over as master if the original master fails or becomes disconnected. (See the Elections section in the Berkeley DB Reference Guide for more information.) Both sites in the replication group should have the same value for this parameter.

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

Syntax

C#
public bool RepStrict2Site { get; set; }
Visual Basic (Declaration)
Public Property RepStrict2Site As Boolean
Visual C++
public:
property bool RepStrict2Site {
	bool get ();
	void set (bool value);
}

See Also