CommonComparator NumberOfProgressStages Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
The total number of progress reporting stages.

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

public int NumberOfProgressStages { get; }

Property Value

Type: Int32
Remarks

Get the total number of enabled Progress Reporting Stages. The number returned by this function is dependent on the number of input and output filters that are enabled, so should be called once all these filters have been loaded and configured. It corresponds to the number of Finish messages that will be reported by the PipelineProgressListener.

See Also