NSites Property

BerkeleyDB

The total number of sites in the replication group.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

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

Remarks

This setting is typically used by applications which use the Berkeley DB library "replication manager" support. (However, see also RepHoldElection()()(), the description of the nsites parameter.)

See Also