Click or drag to resize

InventoryUpdateHandler Delegate

Delegate for OnInventoryUpdate event.

Namespace: OpenDiscoverSDK.Platform.Inventory
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public delegate void InventoryUpdateHandler(
	ReadOnlyDictionary<long, DirectoryResult> currentInventory,
	bool isInventoryComplete
)

Parameters

currentInventory  ReadOnlyDictionaryInt64, DirectoryResult
The current inventory since last OnInventoryUpdate event.
isInventoryComplete  Boolean
If true, then enumerating all directories and all files has completed.
See Also