If true, the client will 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_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

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

See Also