Hold an election for the master of a replication group.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public void RepHoldElection(
	uint nsites
)
Visual Basic (Declaration)
Public Sub RepHoldElection ( _
	nsites As UInteger _
)
Visual C++
public:
void RepHoldElection(
	unsigned int nsites
)

Parameters

nsites
Type: System..::.UInt32
The number of replication sites expected to participate in the election. Once the current site has election information from that many sites, it will short-circuit the election and immediately cast its vote for a new master. If an application is using master leases, then the value must be 0 and RepNSites must be used.

See Also