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

  NameDescription
Public eventMapCopyCompleted
Raised when the input map copy is completed.
Public eventMapCopyStarted
Raised when the input map copy starts.
Public eventMapLevelOutputProcessingCompleted
Raised when the updates to the final result map(s) have completed.
Public eventMapLevelOutputProcessingStarted
Raised when the updates to the final result map(s) have started.
Public eventMapScanCompleted
Raised when the scan for the topics referenced (directly or indirectly) from the input map has completed.
Public eventMapScanStarted
Raised when the scan for the topics referenced (directly or indirectly) from the input map has started.
Public eventTopicAlignmentCompleted
Raised when topic alignment process completed.

Provides alignment information on referenced topics, giving an indication of the number of comparisons to be performed - the size of the alignedTopics Dictionary.

Public eventTopicAlignmentStarted
Raised when topic alignment process started.
Public eventTopicCompareCompleted
Raised when each topic comparison stage has been completed.
Public eventTopicCompareHeartbeat
Report heartbeats when inside the compare stage. Progress on the 'Main comparator' stage is monitored by a heartbeat. This callback event is best used to report when the comparator was last known to be alive.

  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 eventTopicCompareStarted
Raised when each topic comparison stage has been started.
Public eventTopicProcessingCompleted
Raised when the processing of a topic has completed.
Public eventTopicProcessingFailed
Raised when a failure happens during the processing of a topic.
Public eventTopicProcessingStarted
Raised when the processing of a topic has started.
Public eventTopicStageCountComputed
Raised before a topic compare to return the total number of topic comparison stages that are involved
Back to Top
See Also