Previous in Contents Next in Contents

ReplicationServer

The ReplicationServer object is the primary interface between your application and the Content Deployment component. The ReplicationServer object allows you to manage routes, projects and transactions, as well as start, stop, and pause the Content Deployment Service.

You get access to a ReplicationServer object by calling Server.CreateObject, as follows:

Set RepServer = CreateObject("CrsApi.ReplicationServer")

Once you have access to the ReplicationServer object, you must call the ReplicationServer.Initialize method before attempting to access any other ReplicationServer methods or properties.


© 1997-2000 Microsoft Corporation. All rights reserved.