DeltaXML DITA Compare .NET API Documentation
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
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.
Namespace: DeltaXML.DitaCompareApi- 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 DitaMapTopicsetCompareDotNet ProgressTopicHrefHandlerSee Also