The amount of time the replication manager's transport function
waits to collect enough acknowledgments from replication group
clients, before giving up and returning a failure indication. The
default wait time is 1 second.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public uint RepAckTimeout { get; set; } |
Visual Basic (Declaration) |
---|
Public Property RepAckTimeout As UInteger |
Visual C++ |
---|
public: property unsigned int RepAckTimeout { unsigned int get (); void set (unsigned int value); } |