StateMessage Class

 

Represents a state message.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::InventoryReportBodyElement
    Microsoft.ConfigurationManagement.Messaging.Messages::StateMessage

[SerializableAttribute]
public ref class StateMessage sealed : InventoryReportBodyElement

NameDescription
System_CAPS_pubmethodStateMessage()

Initializes a new instance of the StateMessage class.

System_CAPS_pubmethodStateMessage(StateMessageState^, StateMessageTopic^)

Initializes a new instance of the StateMessage class. Builds a state message with a predefined state and topic.

NameDescription
System_CAPS_pubpropertyMessageTime

Gets or sets the datetime for the state message. The default value is Now.

System_CAPS_pubpropertyMessageTimeString

Gets or sets the datetime for the state message. This property is only for serialization. Use MessageTime instead.

System_CAPS_pubpropertySerialNumber

Gets or sets the serial number for the message. Do not use for fallback status point (FSP) messages.

System_CAPS_pubpropertySite

Gets or sets the site code details for replication. This property is required for fallback status point (FSP) messages and is not used for regular state messages.

System_CAPS_pubpropertyState

Gets or sets the state blob for the message. This property is required.

System_CAPS_pubpropertyStateDetails

Gets or sets the state message details. This property is used by fallback status point (FSP) messages.

System_CAPS_pubpropertyTopic

Gets or sets the topic details for the message. This property is required.

System_CAPS_pubpropertyUserParameters

Gets or sets the parameters for the message. This property is required.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: