AdhocStatusMessage Class
Represents a free-form status message. To add properties and qualifiers, add them directly to the ConfigMgrStatusMessage class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.StatusMessages.CcmEvent
Microsoft.ConfigurationManagement.Messaging.StatusMessages.SmsEvent
Microsoft.ConfigurationManagement.Messaging.StatusMessages.SmsStatusMessage
Microsoft.ConfigurationManagement.Messaging.Messages.AdhocStatusMessage
Syntax
[SerializableAttribute]
public sealed class AdhocStatusMessage : SmsStatusMessage
[SerializableAttribute]
public ref class AdhocStatusMessage sealed : SmsStatusMessage
<SerializableAttribute>
Public NotInheritable Class AdhocStatusMessage
Inherits SmsStatusMessage
Constructors
Name | Description | |
---|---|---|
AdhocStatusMessage() | Initializes a new instance of the AdhocStatusMessage class. |
Properties
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. (Inherited from SmsStatusMessage.) |
|
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 status message severity. To set the status message severity, use the SetSeverity method. (Overrides CcmEvent.Severity.) |
|
SiteCode | Gets or sets the assigned site for the message. (Inherited from SmsStatusMessage.) |
|
StatusMessageType | Gets the status message type. To set the status message type, use the SetMessageType method. (Overrides SmsStatusMessage.StatusMessageType.) |
|
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. (Inherited from SmsStatusMessage.) |
|
Win32ErrorCode | Gets or sets the Win32 error code to associate with the status message. (Inherited from SmsStatusMessage.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
SetMessageType(String) | Sets the message type for the message, such as SoftDistDownloadFailEvent. The message type must be set. |
|
SetSeverity(StatusEventSeverity) | Sets the severity for the message. You must set the severity or the method will use the default value of Invalid, which will fail. |
|
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.Messages Namespace
Return to top