CReplicationServer.Stop Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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();