IPublishingManagerRemoveReplicationTaskMonitor Method Ingeniux CMS Content Store API

Removes a Replication Task Monitor by a specified unique ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool RemoveReplicationTaskMonitor(
	string monitorId
)

Parameters

monitorId
Type: SystemString
Unique ID of the replication task monitor to remove

Return Value

Type: Boolean
True if a replication task monitor with matching ID exists and is successfully removed. Otherwise, this method returns false.
See Also

Reference