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

State Message Events

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

GuidAttribute("06533C80-953C-45DB-9B44-4F84CA74D73f")]
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
public 
interface 
ICcmStateMsgEvent
<

GuidAttribute("06533C80-953C-45DB-9B44-4F84CA74D73f")> _
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
Public 
Interface 
ICcmStateMsgEvent
[

GuidAttribute(L"06533C80-953C-45DB-9B44-4F84CA74D73f")]
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
public 
interface class 
ICcmStateMsgEvent

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
RaiseExtrinsicEvent(UInt32, UInt32, String, String)
Raise Extrinsic Events.
RaiseIntrinsicEvent(String, UInt32, UInt32, String, UInt32, String)
Raise Intrinsic Events.

See Also