Click or drag to resize

IPublishingManagerAddReplicationTaskMonitor Method


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: 10.5.94
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