Share via


UnknownStatusMessage Class

 

Generates an SMS_UnknownStatusMessage message type for ad hoc client status messages.

Namespace:   Microsoft.ConfigurationManagement.Messaging.StatusMessages
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.StatusMessages.UnknownStatusMessage

Syntax

[SerializableAttribute]
public sealed class UnknownStatusMessage : SmsStatusMessage
[SerializableAttribute]
public ref class UnknownStatusMessage sealed : SmsStatusMessage
<SerializableAttribute>
Public NotInheritable Class UnknownStatusMessage
    Inherits SmsStatusMessage

Constructors

Name Description
System_CAPS_pubmethod UnknownStatusMessage()

Initializes a new instance of the UnknownStatusMessage class.

Properties

Name Description
System_CAPS_pubproperty Attribute400

Gets or sets the Attribute400 attribute.

System_CAPS_pubproperty Attribute401

Gets or sets the Attribute401 attribute.

System_CAPS_pubproperty Attribute402

Gets or sets the Attribute402 attribute.

System_CAPS_pubproperty Attribute403

Gets or sets the Attribute403 attribute.

System_CAPS_pubproperty Attribute404

Gets or sets the Attribute404 attribute.

System_CAPS_pubproperty Attribute408

Gets or sets the Attribute408 attribute.

System_CAPS_pubproperty Attribute410

Gets or sets the Attribute410 attribute.

System_CAPS_pubproperty Attribute412

Gets or sets the Attribute412 attribute.

System_CAPS_pubproperty Attribute413

Gets or sets the Attribute413 attribute.

System_CAPS_pubproperty Attribute419

Gets or sets the Attribute419 attribute.

System_CAPS_pubproperty ClientId

Gets or sets the client ID of the client sending the status message. (Inherited from CcmEvent.)

System_CAPS_pubproperty ComponentName

Gets or sets the component name. This property is required.

System_CAPS_pubproperty 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.)

System_CAPS_pubproperty EventId

Gets or sets the NT event ID for the message. (Inherited from CcmEvent.)

System_CAPS_pubproperty InsertionString1

Gets or sets the InsertionString1 attribute.

System_CAPS_pubproperty InsertionString10

Gets or sets the InsertionString10 attribute.

System_CAPS_pubproperty InsertionString2

Gets or sets the InsertionString2 attribute.

System_CAPS_pubproperty InsertionString3

Gets or sets the InsertionString3 attribute.

System_CAPS_pubproperty InsertionString4

Gets or sets the InsertionString4 attribute.

System_CAPS_pubproperty InsertionString5

Gets or sets the InsertionString5 attribute.

System_CAPS_pubproperty InsertionString6

Gets or sets the InsertionString6 attribute.

System_CAPS_pubproperty InsertionString7

Gets or sets the InsertionString7 attribute.

System_CAPS_pubproperty InsertionString8

Gets or sets the InsertionString8 attribute.

System_CAPS_pubproperty InsertionString9

Gets or sets the InsertionString9 attribute.

System_CAPS_pubproperty MachineName

Gets or sets the NetBIOS name of the machine that is sending the message. (Inherited from SmsStatusMessage.)

System_CAPS_pubproperty MessageId

Gets or sets the message ID.

System_CAPS_pubproperty ModuleName

Gets or sets the module name. This property is required.

System_CAPS_pubproperty ProcessId

Gets or sets the ProcessID for the message. The default value is the ID for the current process. (Inherited from CcmEvent.)

System_CAPS_pubproperty Severity

Gets the severity of the status event.

Important: If you are inheriting from ConfigMgrStatusMessageBase, you must override this property. (Inherited from CcmEvent.)

System_CAPS_pubproperty SiteCode

Gets or sets the assigned site for the message. (Inherited from SmsStatusMessage.)

System_CAPS_pubproperty StatusMessageType

Status message of type SMS_StatusMessage. Do not invoke this property directly. Instead, create an inheriting class. (Overrides SmsStatusMessage.StatusMessageType.)

System_CAPS_pubproperty ThreadId

Gets or sets the ThreadID for the message. The default value is the thread ID for the current process. (Inherited from CcmEvent.)

System_CAPS_pubproperty 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.)

System_CAPS_pubproperty Win32ErrorCode

Gets or sets the Win32 error code to associate with the status message. (Inherited from SmsStatusMessage.)

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 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.StatusMessages Namespace

Return to top