Berkeley DB .NET API Documentation |
ReplicationConfig..::.ElectionTimeout Property |
ReplicationConfig 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 ElectionTimeout { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ElectionTimeout As UInteger |
Visual C++ |
---|
public: property unsigned int ElectionTimeout { unsigned int get (); void set (unsigned int value); } |