StateMessageFile Constructor (ConfigMgrStateMessage)

 

Initializes a new instance of the StateMessageFile class.

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

Syntax

public StateMessageFile(
    ConfigMgrStateMessage sourceMessage
)
public:
StateMessageFile(
    ConfigMgrStateMessage^ sourceMessage
)
Public Sub New (
    sourceMessage As ConfigMgrStateMessage
)

Parameters

See Also

StateMessageFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace

Return to top