InventoryClientIdState Constructor (SmsClientId, Int32, Int32)
Initializes a new instance of the InventoryClientIdState class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public InventoryClientIdState(
SmsClientId clientId,
int idFlag,
int idType
)
public:
InventoryClientIdState(
SmsClientId^ clientId,
int idFlag,
int idType
)
Public Sub New (
clientId As SmsClientId,
idFlag As Integer,
idType As Integer
)
Parameters
clientId
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientIdClient ID.
idFlag
Type: System.Int32ID flag.
idType
Type: System.Int32ID type.
See Also
InventoryClientIdState Overload
InventoryClientIdState Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top