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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public bool DelayClientSync
Visual Basic (Declaration)
Public DelayClientSync As Boolean
Visual C++
public:
bool DelayClientSync

See Also