[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
InventoryGenericCollectionSuccess :


InventoryEvent
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
InventoryGenericCollectionSuccess _
	
Inherits 

InventoryEvent
[
SerializableAttribute]
public 
ref class 
InventoryGenericCollectionSuccess 
sealed : 
public 

InventoryEvent

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryGenericCollectionSuccess () () () ()
ClientId
Client ID of the client sending the status message
(Inherited from CcmEvent.)
CollectionTime
Time it took to collect the inventory
Data1
Data 1 blob
(Inherited from InventoryEvent.)
Data2
Data 2 blob
(Inherited from InventoryEvent.)
Data3
Data 3 blob
(Inherited from InventoryEvent.)
DateTime
Gets/sets the time for the status message. Defaults to Now.

This needs to be set to a SmsTime-style format, not a DateTime format or else serialization on the MP will fail.

(Inherited from CcmEvent.)
Equals(Object) (Inherited from Object.)
EventId
Event ID for the message
(Inherited from CcmEvent.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
InventoryActionId
Identifier of the inventory action
(Inherited from InventoryEvent.)
InventoryReportId
ID of the inventory report
MachineName
NetBIOS name of the machine sending the message
(Inherited from SmsStatusMessage.)
MemberwiseClone () () () () (Inherited from Object.)
ProcessId
Gets/sets the ProcessID for the message. Defaults to the current process' ID.
(Inherited from CcmEvent.)
Severity
Severity of the status event

** IMPORTANT ** If you are inheriting from ConfigMgrStatusMessageBase, you MUST override this property

(Inherited from CcmEvent.)
SiteCode
Assigned site for the message
(Inherited from SmsStatusMessage.)
StatusMessageType
Type of SMS_StatusMessage. Do not invoke this directly. Create an inheriting class instead.
(Overrides SmsStatusMessage . . :: . . StatusMessageType.)
Synchronizer
Thread-safe synchronization object
(Inherited from CcmEvent.)
ThreadId
Gets/sets the ThreadID for the message. Default to the current process' thread ID.
(Inherited from CcmEvent.)
TopLevelSiteCode
Central site. If unset, will use whatever is set for SiteCode.
(Inherited from SmsStatusMessage.)
ToString () () () () (Inherited from Object.)
Win32ErrorCode
Win32 error code to associate with status message
(Inherited from SmsStatusMessage.)

Inheritance Hierarchy

See Also