Partilhar via


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)

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
[GuidAttribute("42992500-03F8-4e2e-919C-D9BE3DB72E50")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public sealed class CcmStateMessage : ICcmStateMessage3
[SerializableAttribute]
[GuidAttribute("42992500-03F8-4e2e-919C-D9BE3DB72E50")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class CcmStateMessage sealed : ICcmStateMessage3
<SerializableAttribute>
<GuidAttribute("42992500-03F8-4e2e-919C-D9BE3DB72E50")>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
Public NotInheritable Class CcmStateMessage
    Implements ICcmStateMessage3

Constructors

Name Description
System_CAPS_pubmethod CcmStateMessage()

Initializes a new instance of the CcmStateMessage class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Flush()

Flushes the state queue.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Reset()

Resets the state message.

System_CAPS_pubmethod SendStateMessage()

Sends the current state message.

System_CAPS_pubmethod SetMessageTime(SystemTime)

Sets the message time.

System_CAPS_pubmethod SetMessageUserFlags(UInt32)

Sets the user flags.

System_CAPS_pubmethod SetMessageUserParam(UInt32, String)

Sets the user parameters.

System_CAPS_pubmethod SetPriority(UInt32)

Sets the state priority.

System_CAPS_pubmethod SetStateCriticality(UInt32)

Sets the state criticality.

System_CAPS_pubmethod SetStateDetails(UInt32, String)

Sets the state details.

System_CAPS_pubmethod SetStateID(UInt32)

Sets the state ID.

System_CAPS_pubmethod SetTopicID(UInt32, String)

Sets the topic ID.

System_CAPS_pubmethod SetTopicType(UInt32)

Sets the topic type.

System_CAPS_pubmethod SetUser(String)

Sets the user for the message.

System_CAPS_pubmethod SetUserSID(String)

Sets the user SID for the message.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod UpdateStateMessageTimeStamp()

Updates the timestamp on the message.

Thread Safety

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

See Also

Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace

Return to top