Add a new replication site to the replication manager's list of
            known sites. It is not necessary for all sites in a replication
            group to know about all other sites in the group. 
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet51 (in libdb_dotnet51.dll) Version: 5.1.22.0
 Syntax
Syntax
| C# | 
|---|
| public int RepMgrAddRemoteSite( ReplicationHostAddress Host ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function RepMgrAddRemoteSite ( _ Host As ReplicationHostAddress _ ) As Integer | 
| Visual C++ | 
|---|
| public: int RepMgrAddRemoteSite( ReplicationHostAddress^ Host ) | 
Parameters
- Host
- Type: BerkeleyDB..::.ReplicationHostAddress
 The remote site's address





