ConfigMgrHardwareInventoryMessage.AddInstanceToInventory Method (InventoryInstance)
Adds an instance 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 AddInstanceToInventory(
InventoryInstance instance
)
public:
void AddInstanceToInventory(
InventoryInstance^ instance
)
Public Sub AddInstanceToInventory (
instance As InventoryInstance
)
Parameters
instance
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceInstance to add to the hardware inventory instance collection.
See Also
ConfigMgrHardwareInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top