RepConnectionRetry Property

BerkeleyDB

The amount of time the replication manager will wait before trying to re-establish a connection to another site after a communication failure. The default wait time is 30 seconds.

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

Syntax

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

See Also