Click or drag to resize

DocumentTaskEngineLogUpdated Event

Task log updated event.

Namespace: OpenDiscoverSDK.Platform
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
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