[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Encapsulates all known TopicIDs used for state messages

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
StateMessageTopicIdType
<
SerializableAttribute> _
Public 
Enumeration 
StateMessageTopicIdType
[
SerializableAttribute]
public 
enum class 
StateMessageTopicIdType

Members

Member Description
UnusedIgnored
Equivalent to STATE_TOPICIDTYPE_UNUSED_IGNORED
ResyncStateMessage
Equivalent to STATE_TOPICIDTYPE_RESYNC_STATE_MSG
SdmTypeId
Equivalent to STATE_TOPICIDTYPE_SDM_TYPE_ID
AssignmentId
Equivalent to STATE_TOPICIDTYPE_ASSIGNMENT_ID
UpdateUniqueId
Equivalent to STATE_TOPICIDTYPE_UPDATE_UNIQUE_ID
UpdateSourceUniqueId
Equivalent to STATE_TOPICIDTYPE_SOURCE_UNIQUE_ID
SdmModelName
Equivalent to STATE_TOPICIDTYPE_SDM_MODEL_NAME
FrameworkState
Equivalent to STATE_TOPICIDTYPE_FRAMEWORK_STATE (6)
CalTrackMessage
Equivalent to STATE_TOPICIDTYPE_CAL_TRACK_MSG

See Also