CcmStateMessage Class

 

Represents a Client Configuration Manager (CCM) state message.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Sender.Ccm::CcmStateMessage

[SerializableAttribute]
[GuidAttribute("42992500-03F8-4e2e-919C-D9BE3DB72E50")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class CcmStateMessage sealed : ICcmStateMessage3

NameDescription
System_CAPS_pubmethodCcmStateMessage()

Initializes a new instance of the CcmStateMessage class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodFlush()

Flushes the state queue.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodReset()

Resets the state message.

System_CAPS_pubmethodSendStateMessage()

Sends the current state message.

System_CAPS_pubmethodSetMessageTime(SystemTime)

Sets the message time.

System_CAPS_pubmethodSetMessageUserFlags(UInt32)

Sets the user flags.

System_CAPS_pubmethodSetMessageUserParam(UInt32, String^)

Sets the user parameters.

System_CAPS_pubmethodSetPriority(UInt32)

Sets the state priority.

System_CAPS_pubmethodSetStateCriticality(UInt32)

Sets the state criticality.

System_CAPS_pubmethodSetStateDetails(UInt32, String^)

Sets the state details.

System_CAPS_pubmethodSetStateID(UInt32)

Sets the state ID.

System_CAPS_pubmethodSetTopicID(UInt32, String^)

Sets the topic ID.

System_CAPS_pubmethodSetTopicType(UInt32)

Sets the topic type.

System_CAPS_pubmethodSetUser(String^)

Sets the user for the message.

System_CAPS_pubmethodSetUserSID(String^)

Sets the user SID for the message.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdateStateMessageTimeStamp()

Updates the timestamp on the message.

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: