







|
| Berkeley DB .NET API Documentation |
| ReplicationHostAddress Constructor (String) |
| ReplicationHostAddress Class See Also |
Instantiate a new address, parsing the host and port from the given
string
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
| C# |
|---|
public ReplicationHostAddress( string HostAndPort ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ HostAndPort As String _ ) |
| Visual C++ |
|---|
public: ReplicationHostAddress( String^ HostAndPort ) |
Parameters
- HostAndPort
- Type: System..::.String
A string in host:port format
