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

Status message types

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
[
FlagsAttribute]
public 
enum 
StatusType
<
SerializableAttribute> _
<
FlagsAttribute> _
Public 
Enumeration 
StatusType
[
SerializableAttribute]
[
FlagsAttribute]
public 
enum class 
StatusType

Members

Member Description
PerClient
Message is created on a per-client basis (flag)
PartOfTransaction
The object is transactional (flag)
SuccessfulTransaction
The transaction was successful
Report
Report
BeginTransaction
Transaction has started
CommitSuccessfulTransaction
Commit successful transaction
CommitFailedTransaction
Commit failed transaction
RollbackTransaction
Rollback transaction
ReportEx
ReportEx
ReportTypeMask
Report Type Mask
MilestoneMessage
Milestone detail reported by an SMS component, most messages are of this type
DetailMessage
Detail reported as part of a transactional status message
AuditMessage
Message reported to provide an audit trail for a change in the configuration, generally only used by the SMS Provider
WindowsEventMessage
Represents a Windows NT Event message reported as a status message
MessageTypeMask
Message type mask
DoNotQueueTransactionMilestone
Message should be immediately sent and not queued even if in a transactional state
SecurityMessage
Security message
WbemEventMessage
WMI Event message

See Also