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 | |
---|---|---|
CcmStateMessage() | Initializes a new instance of the CcmStateMessage class. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Flush() | Flushes the state queue. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Reset() | Resets the state message. |
|
SendStateMessage() | Sends the current state message. |
|
SetMessageTime(SystemTime) | Sets the message time. |
|
SetMessageUserFlags(UInt32) | Sets the user flags. |
|
SetMessageUserParam(UInt32, String) | Sets the user parameters. |
|
SetPriority(UInt32) | Sets the state priority. |
|
SetStateCriticality(UInt32) | Sets the state criticality. |
|
SetStateDetails(UInt32, String) | Sets the state details. |
|
SetStateID(UInt32) | Sets the state ID. |
|
SetTopicID(UInt32, String) | Sets the topic ID. |
|
SetTopicType(UInt32) | Sets the topic type. |
|
SetUser(String) | Sets the user for the message. |
|
SetUserSID(String) | Sets the user SID for the message. |
|
ToString() | (Inherited from Object.) |
|
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