PipelinedComparatorS9 removeProgressListener Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Removes a listener so that progress events are no longer reported.

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

public void removeProgressListener(
	PipelineProgressListener l
)
Remarks

Removes a listener so that progress events are no longer reported. This will remove the first occurrence of a progress listener.
See Also