InventoryEvent Class

 

Base class for an event fired from an inventory endpoint.

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


[SerializableAttribute]
public ref class InventoryEvent abstract : SmsStatusMessage

NameDescription
System_CAPS_protmethodInventoryEvent()

Initializes a new instance of the InventoryEvent class.

NameDescription
System_CAPS_pubpropertyClientId

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

System_CAPS_pubpropertyData1

Gets the Data 1 blob.

System_CAPS_pubpropertyData2

Gets the Data 2 blob.

System_CAPS_pubpropertyData3

Gets the Data 3 blob.

System_CAPS_pubpropertyDateTime

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_pubpropertyEventId

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

System_CAPS_pubpropertyInventoryActionId

Gets or sets the identifier for the inventory action.

System_CAPS_pubpropertyMachineName

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

System_CAPS_pubpropertyProcessId

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

System_CAPS_pubpropertySeverity

Gets the severity of the status event.

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

System_CAPS_pubpropertySiteCode

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

System_CAPS_pubpropertyStatusMessageType

Status message of type SMS_StatusMessage. Do not invoke this property directly. Instead, create an inheriting class. (Inherited from SmsStatusMessage.)

System_CAPS_protpropertySynchronizer

Gets the thread-safe synchronization object. (Inherited from CcmEvent.)

System_CAPS_pubpropertyThreadId

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

System_CAPS_pubpropertyTopLevelSiteCode

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_pubpropertyWin32ErrorCode

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: