RepMgrStartClient Method (Int32)

BerkeleyDB

Start the replication manager as a client site, and do not call for an election.

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

Syntax

C#
public void RepMgrStartClient(
	int nthreads
)
Visual Basic (Declaration)
Public Sub RepMgrStartClient ( _
	nthreads As Integer _
)
Visual C++
public:
void RepMgrStartClient(
	int nthreads
)

Parameters

nthreads
Type: System..::.Int32
Specify the number of threads of control created and dedicated to processing replication messages. In addition to these message processing threads, the replication manager creates and manages a few of its own threads of control.

See Also