Stops all replication processing and puts the Mirror Replication Agent instance in Admin state.
suspend
When suspend is invoked, it stops all current Mirror Replication Agent processing.
The Log Reader component stops scanning the transaction log immediately, and the Log Transfer Interface component stops sending LTL to the Replication Server immediately.
Any data in the Mirror Replication Agent internal queues (input and output queues of the Log Reader and Log Transfer Interface components) is flushed without further processing.
The Mirror Replication Agent instance immediately releases all of its connections to the primary database (if any are open), and drops its connection to the Replication Server (and RSSD, if connected).
The Mirror Replication Agent instance goes from Replicating state to Admin state.
If the Mirror Replication Agent instance is in Admin state, the suspend command returns an error.
The suspend command is valid only when the Mirror Replication Agent instance is in Replicating state.