Click or drag to resize

InventoryDirectoriesOnlyOnInventoryUpdate Event

This event is called using a maximum directory 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 information into SQL server without loading all of the directory metadata into memory at once.
See Also