Click or drag to resize

ICustomDocumentSource Interface

Interface to allow custom document sources for processing

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public interface ICustomDocumentSource

The ICustomDocumentSource type exposes the following members.

Properties
 NameDescription
Public propertyIsFinished If true, the custom document source is finished supplying documents for processing.
Public propertySourceDocuments Queue of documents to be processed.
Top
Methods
 NameDescription
Public methodStart Callback method called by DocumentTaskEngine when the engine is ready to start processing source documents.
Top
See Also