AckTimeout Property

BerkeleyDB

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 AckTimeout { get; set; }
Visual Basic (Declaration)
Public Property AckTimeout As UInteger
Visual C++
public:
property unsigned int AckTimeout {
	unsigned int get ();
	void set (unsigned int value);
}

See Also