Configure the amount of time a Replication Manager client waits for a response from a forwarded write operation before returning a failure indication. The default value is 5 seconds.

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

Syntax

C#
public uint RepWriteForwardTimeout { get; set; }
Visual Basic (Declaration)
Public Property RepWriteForwardTimeout As UInteger
Visual C++
public:
property unsigned int RepWriteForwardTimeout {
	unsigned int get ();
	void set (unsigned int value);
}

See Also