DocumentTaskEngineLogUpdated Event

Task log updated event.

Definition

Namespace: OpenDiscoverSDK.Platform
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public event TaskLogUpdatedHandler LogUpdated

Value

TaskLogUpdatedHandler

Remarks

This event is fired for each log entry written to the task's 'DocumentTaskEngine.log' log file that is created in the DocumentArchiveRootPath path for this task. The event is only useful if you wish to echo out task log file output to a hosting application such as a console window for a console app or a text box in a WinForm or WPF application.

See Also