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

Inventory action information as part of the report header

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
class 
InventoryAction
<
SerializableAttribute> _
Public 
Class 
InventoryAction
[
SerializableAttribute]
public 
ref class 
InventoryAction

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryAction () () () ()
Initializes a new instance of the InventoryActionclass.
InventoryAction(String, String, String)
Initializes a new instance of the InventoryActionclass.
InventoryAction(String, String, String, Nullable < (Of < <' ( DateTime > ) > > ) )
Initializes a new instance of the InventoryActionclass.
ActionId
Guid of the task
ActionType
Action Type
Description
Description of the inventory action
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
LastUpdateTime
Last update time for the inventory IMPORTANT NOTE: For HINV, this time must be before the date of the HINV policy on the MP. Otherwise, the resultant HINV will be put into the retry bucket on the MP until the HINV policy is at or later than the date in the ActionTime.
LastUpdateTimeString
Last update time for the inventory. This is only for serialization, you should use LastUpdateTime instead

Returned time will always be in UTC format

MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

See Also