DitaMapfileCompareDotNet EventsDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API DocumentationThe DitaMapfileCompareDotNet type exposes the following members.
Events

  NameDescription
Public eventCompleted
Raised when each stage completes.
Public eventHeartbeat
Raised for each heartbeat event when inside the compare stage. Progress on the 'Main comparator' stage is monitored by a heartbeat. This event is best used to report when the comparator was last known to be alive.

Notes:

  1. Will be called at most once a second.
  2. Not receiving this event should not be interpreted as the comparison stopping or being broken, but usually a sign that the comparison is busy processing.
  3. This runs on the same thread as the comparison, so the code you add here will increase the comparison time.

Public eventStageCountComputed
Raised on computing the total for the number of stages required for the comparison.
Public eventStarted
Raised when each stage starts.
Back to Top
See Also