Click or drag to resize

InventoryDirectoriesAndFilesOnInventoryUpdate Event

This event is called using a maximum file enumerated count threshold that triggers this event. An event handler subscriber is required.

Namespace: OpenDiscoverSDK.Platform.Inventory
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public event InventoryUpdateHandler OnInventoryUpdate

Value

InventoryUpdateHandler
Remarks
This event handler, for example, will allow user to bulk insert batches of directory and file information into SQL server without loading all of the directory and file metadata into memory at once.
See Also