InventoryUpdateHandler Delegate |
Namespace: OpenDiscoverSDK.Platform.InventoryAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic 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