Share via


CReplicationServer.Stop Method

Stops the Commerce Server Staging (CSS) service on a server.

void Stop()

Remarks

You must have CSS administrator permissions to call this method.

The CReplicationServer.Stop method corresponds to the COM method named ReplicationServer.Stop.

Example

The following example stops the CSS service.

CReplicationServer replicationServer = new CReplicationServer();
  //...
  replicationServer.Stop();

See Also

Other Resources

Managing the CSS Service

How to Pause, Continue, Start, and Stop the CSS Service

CReplicationServer Class