CcmStateMsgEvent Class
Class for extrinsic and intrinsic events.
Namespace: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm.CcmStateMsgEvent
Syntax
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("9A072C42-7860-4B6A-82B7-623AEE7C7436")]
public sealed class CcmStateMsgEvent : ICcmStateMsgEvent
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute("9A072C42-7860-4B6A-82B7-623AEE7C7436")]
public ref class CcmStateMsgEvent sealed : ICcmStateMsgEvent
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("9A072C42-7860-4B6A-82B7-623AEE7C7436")>
Public NotInheritable Class CcmStateMsgEvent
Implements ICcmStateMsgEvent
Constructors
Name | Description | |
---|---|---|
![]() |
CcmStateMsgEvent() | Initializes a new instance of the CcmStateMsgEvent class. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
RaiseExtrinsicEvent(UInt32, UInt32, String, String) | Raises extrinsic events. |
![]() |
RaiseIntrinsicEvent(String, UInt32, UInt32, String, UInt32, String) | Raises intrinsic events. |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top