SmsStatusMessage Class
Base event for anything that inherits from SMS_StatusMessage, as many events do.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.StatusMessages::CcmEvent
Microsoft.ConfigurationManagement.Messaging.StatusMessages::SmsEvent
Microsoft.ConfigurationManagement.Messaging.StatusMessages::SmsStatusMessage
Microsoft.ConfigurationManagement.Messaging.Messages::AdhocStatusMessage
Microsoft.ConfigurationManagement.Messaging.StatusMessages::InventoryEvent
Microsoft.ConfigurationManagement.Messaging.StatusMessages::SoftwareDistributionEventBase
Microsoft.ConfigurationManagement.Messaging.StatusMessages::UnknownStatusMessage
| Name | Description | |
|---|---|---|
![]() | SmsStatusMessage() | Initializes a new instance of the SmsStatusMessage class. |
| Name | Description | |
|---|---|---|
![]() | ClientId | Gets or sets the client ID of the client sending the status message. (Inherited from CcmEvent.) |
![]() | DateTime | Gets or sets the time for the status message. The default value is Now. This value needs to be set to a SmsTime-style format, not a DateTime format, or serialization on the management point will fail. (Inherited from CcmEvent.) |
![]() | EventId | Gets or sets the NT event ID for the message. (Inherited from CcmEvent.) |
![]() | MachineName | Gets or sets the NetBIOS name of the machine that is sending the message. |
![]() | ProcessId | Gets or sets the ProcessID for the message. The default value is the ID for the current process. (Inherited from CcmEvent.) |
![]() | Severity | Gets the severity of the status event. Important: If you are inheriting from ConfigMgrStatusMessageBase, you must override this property. (Inherited from CcmEvent.) |
![]() | SiteCode | Gets or sets the assigned site for the message. |
![]() | StatusMessageType | Status message of type SMS_StatusMessage. Do not invoke this property directly. Instead, create an inheriting class. (Overrides CcmEvent::StatusMessageType.) |
![]() | Synchronizer | Gets the thread-safe synchronization object. (Inherited from CcmEvent.) |
![]() | ThreadId | Gets or sets the ThreadID for the message. The default value is the thread ID for the current process. (Inherited from CcmEvent.) |
![]() | TopLevelSiteCode | Gets or sets the central site. If you do not set this property, it will use the value that is set for SiteCode. |
![]() | Win32ErrorCode | Gets or sets the Win32 error code to associate with the status message. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



