RepDelayClientSync Property

BerkeleyDB

If true, the client should delay synchronizing to a newly declared master (defaults to false). Clients configured in this way will remain unsynchronized until the application calls RepSync()()().

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

Syntax

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

See Also