Compartir a través de


ICcmStateMessage2 Interface

 

The ICcmStateMessage2 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

[GuidAttribute("9946AF19-3E43-4A13-B4C0-55D8F8AC8E96")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICcmStateMessage2
[GuidAttribute("9946AF19-3E43-4A13-B4C0-55D8F8AC8E96")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class ICcmStateMessage2
<GuidAttribute("9946AF19-3E43-4A13-B4C0-55D8F8AC8E96")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface ICcmStateMessage2

Methods

Name Description
System_CAPS_pubmethod Flush()

Flushes the state message queue.

System_CAPS_pubmethod Reset()

Resets the state message.

System_CAPS_pubmethod SendStateMessage()

Sends the state message.

System_CAPS_pubmethod SetMessageTime(SystemTime)

Sets the time on the state message.

System_CAPS_pubmethod SetMessageUserFlags(UInt32)

Sets the user flags for the state message.

System_CAPS_pubmethod SetMessageUserParam(UInt32, String)

Sets the user parameters for the state message.

System_CAPS_pubmethod SetStateCriticality(UInt32)

Sets the state criticality.

System_CAPS_pubmethod SetStateDetails(UInt32, String)

Sets the state message details.

System_CAPS_pubmethod SetStateID(UInt32)

Sets the state ID.

System_CAPS_pubmethod SetTopicID(UInt32, String)

Sets the state topic ID.

System_CAPS_pubmethod SetTopicType(UInt32)

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

Updates the timestamp on the state message.

See Also

Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace

Return to top