Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds instances to the hardware inventory store for the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddInstancesToInventory(
InventoryInstance[] instances
)
public:
void AddInstancesToInventory(
array<InventoryInstance^>^ instances
)
Public Sub AddInstancesToInventory (
instances As InventoryInstance()
)
Parameters
instances
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstance[]Instances to add to the hardware inventory instance collection.
See Also
ConfigMgrHardwareInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top