Item Test Finished Callback Delegate
Callback delegate called when solid block archive item has finished testing for expanded (de-compressed) size.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public delegate void ItemTestFinishedCallback(
int index,
long testedSize,
ContentResult testResult
)Parameters
- index Int32
- Zero-offset archive item index. An item's index is given by its Index property. See ChildDocuments.
- testedSize Int64
- The tested expansion (de-compressed) size of the archive item. If the returned result is Ok then this value will hold the tested item's expanded size in bytes. A value of -1 indicates that the test failed for this item.
- testResult ContentResult
- The item's test result.