Click or drag to resize

LongRunningContentExtractionHeartbeat Delegate

Delegate used by event ContentExtractionHeartbeat for notification that content extraction is still ongoing and not a "zombie" or hung process. Note: Not all content extractors will fire the ContentExtractionHeartbeat events.

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public delegate void LongRunningContentExtractionHeartbeat()
See Also