IPublishingManagerRemoveReplicationTaskMonitor Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveReplicationTaskMonitor(
string monitorId
)
Function RemoveReplicationTaskMonitor (
monitorId As String
) As Boolean
bool RemoveReplicationTaskMonitor(
String^ monitorId
)
abstract RemoveReplicationTaskMonitor :
monitorId : string -> bool
Parameters
- monitorId
- Type: SystemString
Unique ID of the replication task monitor to remove
Return Value
Type:
BooleanTrue if a replication task monitor with matching ID exists and is successfully removed. Otherwise, this method returns false.
See Also