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

CcmStateMessage class

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
[

GuidAttribute("42992500-03F8-4e2e-919C-D9BE3DB72E50")]
[
ClassInterfaceAttribute(
ClassInterfaceType.None)]
public 
sealed 
class 
CcmStateMessage : 

ICcmStateMessage3, 
	

ICcmStateMessage2, 

ICcmStateMessage
<
SerializableAttribute> _
<

GuidAttribute("42992500-03F8-4e2e-919C-D9BE3DB72E50")> _
<
ClassInterfaceAttribute(
ClassInterfaceType.None)> _
Public 
NotInheritable 
Class 
CcmStateMessage _
	
Implements 

ICcmStateMessage3, 

ICcmStateMessage2, 

ICcmStateMessage
[
SerializableAttribute]
[

GuidAttribute(L"42992500-03F8-4e2e-919C-D9BE3DB72E50")]
[
ClassInterfaceAttribute(
ClassInterfaceType::None)]
public 
ref class 
CcmStateMessage 
sealed : 

ICcmStateMessage3, 
	

ICcmStateMessage2, 

ICcmStateMessage

Members

                 
  All Members     Constructors      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
CcmStateMessage () () () ()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
Flush () () () ()
Flushes the state queue
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
Reset () () () ()
Resets the state message
SendStateMessage () () () ()
Sends the current state message
SetMessageTime(SystemTime)
Sets the message time
SetMessageUserFlags(UInt32)
Sets the user flags
SetMessageUserParam(UInt32, String)
Sets the user params
SetPriority(UInt32)
Sets the state priority
SetStateCriticality(UInt32)
Sets the state criticality
SetStateDetails(UInt32, String)
Sets the state details
SetStateID(UInt32)
Sets the state id
SetTopicID(UInt32, String)
Sets the topic id
SetTopicType(UInt32)
Sets the topic type
SetUser(String)
Sets the user for the message
SetUserSID(String)
Sets the user SID for the message
ToString () () () () (Inherited from Object.)
UpdateStateMessageTimeStamp () () () ()
Updates the time stamp

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Sender.Ccm . . :: . . CcmStateMessage

See Also