Partilhar via


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
System_CAPS_pubmethod CcmStateMsgEvent()

Initializes a new instance of the CcmStateMsgEvent class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod RaiseExtrinsicEvent(UInt32, UInt32, String, String)

Raises extrinsic events.

System_CAPS_pubmethod RaiseIntrinsicEvent(String, UInt32, UInt32, String, UInt32, String)

Raises intrinsic events.

System_CAPS_pubmethod 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