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

CcmStateMsgEvent class for Extrinsic/Intrinsic events.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

GuidAttribute("9A072C42-7860-4B6A-82B7-623AEE7C7436")]
[
ClassInterfaceAttribute(
ClassInterfaceType.None)]
public 
sealed 
class 
CcmStateMsgEvent : 

ICcmStateMsgEvent
<

GuidAttribute("9A072C42-7860-4B6A-82B7-623AEE7C7436")> _
<
ClassInterfaceAttribute(
ClassInterfaceType.None)> _
Public 
NotInheritable 
Class 
CcmStateMsgEvent _
	
Implements 

ICcmStateMsgEvent
[

GuidAttribute(L"9A072C42-7860-4B6A-82B7-623AEE7C7436")]
[
ClassInterfaceAttribute(
ClassInterfaceType::None)]
public 
ref class 
CcmStateMsgEvent 
sealed : 

ICcmStateMsgEvent

Members

                 
  All Members     Constructors      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
CcmStateMsgEvent () () () ()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
RaiseExtrinsicEvent(UInt32, UInt32, String, String)
Raise Extrinsic Events.
RaiseIntrinsicEvent(String, UInt32, UInt32, String, UInt32, String)
Raise Intrinsic Events.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also