IPublishingManagerAddReplicationTaskMonitor Method Ingeniux CMS Content Store API

Creates a new Replication Task Monitor for a Replication Target to track the replication progress for this target.

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

IReplicationTaskMonitor AddReplicationTaskMonitor(
	IReplicationTarget target
)

Parameters

target
Type: Ingeniux.CMSIReplicationTarget
Replication Target to create Task Monitor for, cannot be null

Return Value

Type: IReplicationTaskMonitor
The newly created replication task monitor
Exceptions

ExceptionCondition
ArgumentNullExceptionWhen the target parameter is null.
Remarks

If the target parameter is null, an error is thrown.

See Also

Reference