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.6.492
Syntax
bool RemoveReplicationTaskMonitor(
	string monitorId
)

Parameters

monitorId  String
Unique ID of the replication task monitor to remove

Return Value

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