Berkeley DB .NET API Documentation |
ReplicationStats..::.ElectionsWon Property |
ReplicationStats Class See Also |
# of elections won by this site.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
C# |
---|
public ulong ElectionsWon { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property ElectionsWon As ULong |
Visual C++ |
---|
public: property unsigned long long ElectionsWon { unsigned long long get (); } |