ICcmStateMessage Interface
The ICcmStateMessage interface defines methods to use with a CCM state message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("D24CE7CA-5156-4f6b-96E0-C8978F0C0004")]
public interface ICcmStateMessage
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("D24CE7CA-5156-4f6b-96E0-C8978F0C0004")]
public interface class ICcmStateMessage
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("D24CE7CA-5156-4f6b-96E0-C8978F0C0004")>
Public Interface ICcmStateMessage
Methods
Name | Description | |
---|---|---|
![]() |
Flush() | Flushes the state message queue. |
![]() |
Reset() | Resets the state message. |
![]() |
SendStateMessage() | Sends the state message. |
![]() |
SetMessageTime(SystemTime) | Sets the time on the state message. |
![]() |
SetMessageUserFlags(UInt32) | Sets the user flags for the state message. |
![]() |
SetMessageUserParam(UInt32, String) | Sets the user parameters for the state message. |
![]() |
SetStateCriticality(UInt32) | Sets the state criticality. |
![]() |
SetStateDetails(UInt32, String) | Sets the state message details. |
![]() |
SetStateID(UInt32) | Sets the state ID. |
![]() |
SetTopicID(UInt32, String) | Sets the state topic ID. |
![]() |
SetTopicType(UInt32) | Sets the state topic type. |
![]() |
UpdateStateMessageTimeStamp() | Updates the timestamp on the state message. |
See Also
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top