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

ICcmStateMsg2 implementation

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

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

ICcmStateMessage
<

GuidAttribute("9946AF19-3E43-4A13-B4C0-55D8F8AC8E96")> _
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
Public 
Interface 
ICcmStateMessage2 _
	
Inherits 

ICcmStateMessage
[

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

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
SetUser(String)
Sets the user for the message
SetUserSID(String)
Sets the user SID for the message
UpdateStateMessageTimeStamp () () () ()
Updates the state message timestamp

See Also