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

See Also

InventoryClientIdState Overload
InventoryClientIdState Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top