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:
BerkeleyDBAssembly: libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0
Syntax
C# |
---|
public uint WriteForwardTimeout { get; set; } |
Visual Basic (Declaration) |
---|
Public Property WriteForwardTimeout As UInteger |
Visual C++ |
---|
public: property unsigned int WriteForwardTimeout { unsigned int get (); void set (unsigned int value); } |