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
Parameters
- target
- Type: Ingeniux.CMSIReplicationTarget
Replication Target to create Task Monitor for, cannot be null
Return Value
Type: IReplicationTaskMonitorThe newly created replication task monitor
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | When the target parameter is null. |
Remarks
If the target parameter is null, an error is thrown.
See Also