Partager via


StateMessageTopicIdType Enumeration

 

Encapsulates all known TopicIDs used for state messages.

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

Syntax

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

Members

Member name Description
AssignmentId

Equivalent to STATE_TOPICIDTYPE_ASSIGNMENT_ID.

CalTrackMessage

Equivalent to STATE_TOPICIDTYPE_CAL_TRACK_MSG.

FrameworkState

Equivalent to STATE_TOPICIDTYPE_FRAMEWORK_STATE (6).

ResyncStateMessage

Equivalent to STATE_TOPICIDTYPE_RESYNC_STATE_MSG.

SdmModelName

Equivalent to STATE_TOPICIDTYPE_SDM_MODEL_NAME.

SdmTypeId

Equivalent to STATE_TOPICIDTYPE_SDM_TYPE_ID.

UnusedIgnored

Equivalent to STATE_TOPICIDTYPE_UNUSED_IGNORED.

UpdateSourceUniqueId

Equivalent to STATE_TOPICIDTYPE_SOURCE_UNIQUE_ID.

UpdateUniqueId

Equivalent to STATE_TOPICIDTYPE_UPDATE_UNIQUE_ID.

See Also

Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top