InventoryGenericCollectionSuccess Class

 

Success message for an inventory collection (CLIMSG_INV_INFO_GENERIC_COLLECTED_SUCCESSFULLY).

Namespace:   Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.StatusMessages.CcmEvent
    Microsoft.ConfigurationManagement.Messaging.StatusMessages.SmsEvent
      Microsoft.ConfigurationManagement.Messaging.StatusMessages.SmsStatusMessage
        Microsoft.ConfigurationManagement.Messaging.StatusMessages.InventoryEvent
          Microsoft.ConfigurationManagement.Messaging.StatusMessages.InventoryGenericCollectionSuccess

Syntax

[SerializableAttribute]
public sealed class InventoryGenericCollectionSuccess : InventoryEvent
[SerializableAttribute]
public ref class InventoryGenericCollectionSuccess sealed : InventoryEvent
<SerializableAttribute>
Public NotInheritable Class InventoryGenericCollectionSuccess
    Inherits InventoryEvent

Constructors

Name Description
System_CAPS_pubmethod InventoryGenericCollectionSuccess()

Initializes a new instance of the InventoryGenericCollectionSuccess class.

Properties

Name Description
System_CAPS_pubproperty ClientId

Gets or sets the client ID of the client sending the status message. (Inherited from CcmEvent.)

System_CAPS_pubproperty CollectionTime

Gets or sets the amount of time it took to collect the inventory.

System_CAPS_pubproperty Data1

Gets the Data 1 blob. (Inherited from InventoryEvent.)

System_CAPS_pubproperty Data2

Gets the Data 2 blob. (Inherited from InventoryEvent.)

System_CAPS_pubproperty Data3

Gets the Data 3 blob. (Inherited from InventoryEvent.)

System_CAPS_pubproperty DateTime

Gets or sets the time for the status message. The default value is Now.

This value needs to be set to a SmsTime-style format, not a DateTime format, or serialization on the management point will fail. (Inherited from CcmEvent.)

System_CAPS_pubproperty EventId

Gets or sets the NT event ID for the message. (Inherited from CcmEvent.)

System_CAPS_pubproperty InventoryActionId

Gets or sets the identifier for the inventory action. (Inherited from InventoryEvent.)

System_CAPS_pubproperty InventoryReportId

Gets or sets the ID of the inventory report.

System_CAPS_pubproperty MachineName

Gets or sets the NetBIOS name of the machine that is sending the message. (Inherited from SmsStatusMessage.)

System_CAPS_pubproperty ProcessId

Gets or sets the ProcessID for the message. The default value is the ID for the current process. (Inherited from CcmEvent.)

System_CAPS_pubproperty Severity

Gets the severity of the status event.

Important: If you are inheriting from ConfigMgrStatusMessageBase, you must override this property. (Inherited from CcmEvent.)

System_CAPS_pubproperty SiteCode

Gets or sets the assigned site for the message. (Inherited from SmsStatusMessage.)

System_CAPS_pubproperty StatusMessageType

Gets the SMS_StatusMessage type. Do not invoke this property directly. Instead, create an inheriting class. (Overrides SmsStatusMessage.StatusMessageType.)

System_CAPS_pubproperty ThreadId

Gets or sets the ThreadID for the message. The default value is the thread ID for the current process. (Inherited from CcmEvent.)

System_CAPS_pubproperty TopLevelSiteCode

Gets or sets the central site. If you do not set this property, it will use the value that is set for SiteCode. (Inherited from SmsStatusMessage.)

System_CAPS_pubproperty Win32ErrorCode

Gets or sets the Win32 error code to associate with the status message. (Inherited from SmsStatusMessage.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top