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

Status message. Properties derived from CCM_Event class. For many status messages, they inherit from SMS_Event. See the SmsEvent class in the dedicated StatusMessages DLL.

Namespace:  Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
class 
CcmEvent
<
SerializableAttribute> _
Public 
Class 
CcmEvent
[
SerializableAttribute]
public 
ref class 
CcmEvent

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
CcmEvent () () () ()
Initializes a new instance of the CcmEventclass.
ClientId
Client ID of the client sending the status message
DateTime
Gets/sets the time for the status message. Defaults to Now.

This needs to be set to a SmsTime-style format, not a DateTime format or else serialization on the MP will fail.

Equals(Object) (Inherited from Object.)
EventId
Event ID for the message
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ProcessId
Gets/sets the ProcessID for the message. Defaults to the current process' ID.
Severity
Severity of the status event

** IMPORTANT ** If you are inheriting from ConfigMgrStatusMessageBase, you MUST override this property

StatusMessageType
Gets the status message type. Must be overloaded by any class inheriting from ConfigMgrStatusMessageBase.

** IMPORTANT ** If you are inheriting from ConfigMgrStatusMessageBase, you MUST override this property

Synchronizer
Thread-safe synchronization object
ThreadId
Gets/sets the ThreadID for the message. Default to the current process' thread ID.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

See Also