StateMessageManager Constructor (StateTaskType)
Initializes a new instance of the StateMessageManager class. Sets a task type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public StateMessageManager(
StateTaskType taskType
)
public:
StateMessageManager(
StateTaskType taskType
)
Public Sub New (
taskType As StateTaskType
)
Parameters
taskType
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm.StateTaskTypeState task type.
See Also
StateMessageManager Overload
StateMessageManager Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top