StateMessageType Enumeration

 

Defines state message types for the IDType value.

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

Syntax

[SerializableAttribute]
public enum StateMessageType
[SerializableAttribute]
public enum class StateMessageType
<SerializableAttribute>
Public Enumeration StateMessageType

Members

Member name Description
Insecure

Message was sent through the fallback status point (FSP).

Secure

Message was sent through the state system.

See Also

Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top