







|
| Berkeley DB .NET API Documentation |
| DatabaseEnvironment..::.RepAckTimeout Property |
| DatabaseEnvironment Class See Also |
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:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.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); } |
