Examples: Replicate method

This script replicates the current database with the database replica on the server Berlin.

Dim session As New NotesSession
Dim db As NotesDatabase
Set db = session.CurrentDatabase
Call db.Replicate( "Berlin" )