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.6.492
Syntax
IReplicationTaskMonitor AddReplicationTaskMonitor(
	IReplicationTarget target
)

Parameters

target  IReplicationTarget
Replication Target to create Task Monitor for, cannot be null

Return Value

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