ICcmStateMessage3 Interface

 

The ICcmStateMessage3 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)

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("F1155DEB-D258-45C0-ACBE-8826CB374304")]
public interface class ICcmStateMessage3

NameDescription
System_CAPS_pubmethodFlush()

Flushes the state message queue.

System_CAPS_pubmethodReset()

Resets the state message.

System_CAPS_pubmethodSendStateMessage()

Sends the state message.

System_CAPS_pubmethodSetMessageTime(SystemTime)

Sets the time on the state message.

System_CAPS_pubmethodSetMessageUserFlags(UInt32)

Sets the user flags for the state message.

System_CAPS_pubmethodSetMessageUserParam(UInt32, String^)

Sets the user parameters for the state message.

System_CAPS_pubmethodSetPriority(UInt32)

Sets the state priority.

System_CAPS_pubmethodSetStateCriticality(UInt32)

Sets the state criticality.

System_CAPS_pubmethodSetStateDetails(UInt32, String^)

Sets the state message details.

System_CAPS_pubmethodSetStateID(UInt32)

Sets the state ID.

System_CAPS_pubmethodSetTopicID(UInt32, String^)

Sets the state topic ID.

System_CAPS_pubmethodSetTopicType(UInt32)

Sets the state 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_pubmethodUpdateStateMessageTimeStamp()

Updates the timestamp on the state message.

Return to top
Show: