InventoryAction Constructor (String, String, String, Nullable<DateTime>)
Initializes a new instance of the InventoryAction class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public InventoryAction(
string actionType,
string actionId,
string description,
Nullable<DateTime> lastUpdateTime
)
public:
InventoryAction(
String^ actionType,
String^ actionId,
String^ description,
Nullable<DateTime> lastUpdateTime
)
Public Sub New (
actionType As String,
actionId As String,
description As String,
lastUpdateTime As Nullable(Of Date)
)
Parameters
actionType
Type: System.StringInventory action type.
actionId
Type: System.StringInventory action ID.
description
Type: System.StringDescription of the inventory action.
lastUpdateTime
Type: System.Nullable<DateTime>The last updated time for the inventory.
See Also
InventoryAction Overload
InventoryAction Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top