Create DbSite with the given host and port.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public DbSite RepMgrSite(
	string host,
	uint port
)
Visual Basic (Declaration)
Public Function RepMgrSite ( _
	host As String, _
	port As UInteger _
) As DbSite
Visual C++
public:
DbSite^ RepMgrSite(
	String^ host, 
	unsigned int port
)

Parameters

host
Type: System..::.String
The host address
port
Type: System..::.UInt32
The port

See Also