Share via


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

See Also

ConfigMgrHardwareInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top