PipelinedComparatorS9 addProgressListener Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Associates a listener instance with a pipeline.

Namespace: DeltaXML.CoreS9Api
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public void addProgressListener(
	PipelineProgressListener l
)
Remarks

Associates a listener instance with a pipeline. It is possible to add the same listener multiple times.
See Also