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 void AddRemoteSite( ReplicationHostAddress host, bool isPeer ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub AddRemoteSite ( _ host As ReplicationHostAddress, _ isPeer As Boolean _ ) | 
| Visual C++ | 
|---|
| public: void AddRemoteSite( ReplicationHostAddress^ host, bool isPeer ) | 
Parameters
- host
- Type: BerkeleyDB..::.ReplicationHostAddress
 The remote site's address
- isPeer
- Type: System..::.Boolean
 If true, configure client-to-client synchronization with the specified remote site.
 Remarks
Remarks
            Currently, the replication manager framework only supports a single
            client peer, and the last specified peer is used.
            





