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

The StatusMessageGeneratortype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
ClientId
Client ID of the client sending the status message
(Inherited from CcmEvent.)
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.

(Inherited from CcmEvent.)
EventId
Event ID for the message
(Inherited from CcmEvent.)
ProcessId
Gets/sets the ProcessID for the message. Defaults to the current process' ID.
(Inherited from CcmEvent.)
Severity
Message severity is automatically parsed from the WMI event itself
(Overrides CcmEvent . . :: . . Severity.)
StatusMessageProperties
Performs consistency checks on the status message properties. This should not be invoked directly -- this should only be called by SccmStatusMessage.ParseStatusMessage(...).

This will throw an exception if any properties that are required are not set.

StatusMessageType
Status message type is automatically parsed from the WMI event itself
(Overrides CcmEvent . . :: . . StatusMessageType.)
Synchronizer
Thread-safe synchronization object
(Inherited from CcmEvent.)
ThreadId
Gets/sets the ThreadID for the message. Default to the current process' thread ID.
(Inherited from CcmEvent.)

See Also