DeltaXML DITA Compare .NET API Documentation
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Topic comparator heartbeat event raised 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.
Namespace: DeltaXML.DitaCompareApiNotes:
- Will be called at most once a second.
- 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.
- This runs on the same thread as the comparison, so the code you add here will increase the comparison time.
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax
Value
Type: DeltaXML.DitaCompareApi DitaTopicCompareDotNet ProgressHeartbeatHandlerSee Also