Click or drag to resize

IPublishingManagerRemoveReplicationTaskMonitor Method


Removes a Replication Task Monitor by a specified unique ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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