[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

ICcmStateMsg implementation

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[

GuidAttribute("D24CE7CA-5156-4f6b-96E0-C8978F0C0004")]
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
public 
interface 
ICcmStateMessage
<

GuidAttribute("D24CE7CA-5156-4f6b-96E0-C8978F0C0004")> _
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
Public 
Interface 
ICcmStateMessage
[

GuidAttribute(L"D24CE7CA-5156-4f6b-96E0-C8978F0C0004")]
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
public 
interface class 
ICcmStateMessage

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Flush () () () ()
Flushes the state queue
Reset () () () ()
Resets the state message
SendStateMessage () () () ()
Sends the state message
SetMessageTime(SystemTime)
Sets the state message time
SetMessageUserFlags(UInt32)
Sets the state message user flags
SetMessageUserParam(UInt32, String)
Sets the state message user params
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 state message timestamp

See Also