Berkeley DB .NET API Documentation |
DatabaseEnvironment..::.RepElectionTimeout Property |
DatabaseEnvironment Class See Also |
The timeout period for an election. The default timeout is 2
seconds.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
C# |
---|
public uint RepElectionTimeout { get; set; } |
Visual Basic (Declaration) |
---|
Public Property RepElectionTimeout As UInteger |
Visual C++ |
---|
public: property unsigned int RepElectionTimeout { unsigned int get (); void set (unsigned int value); } |