Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines status message types.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[SerializableAttribute]
[FlagsAttribute]
public enum StatusType
[SerializableAttribute]
[FlagsAttribute]
public enum class StatusType
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration StatusType
Members
Member name | Description | |
---|---|---|
AuditMessage | Message reported to provide an audit trail for a change in the configuration. This is generally only used by the SMS Provider. |
|
BeginTransaction | Transaction has started |
|
CommitFailedTransaction | Commit failed transaction. |
|
CommitSuccessfulTransaction | Commit successful transaction. |
|
DetailMessage | Detail reported as part of a transactional status message. |
|
DoNotQueueTransactionMilestone | Message should be immediately sent and not queued even if it is in a transactional state. |
|
MessageTypeMask | Message type mask. |
|
MilestoneMessage | Milestone detail reported by an SMS component. Most messages are of this type. |
|
PartOfTransaction | The object is transactional (flag). |
|
PerClient | Message is created on a per-client basis (flag). |
|
Report | Report. |
|
ReportEx | ReportEx. |
|
ReportTypeMask | Report Type Mask. |
|
RollbackTransaction | Rollback transaction. |
|
SecurityMessage | Security message. |
|
SuccessfulTransaction | The transaction was successful. |
|
WbemEventMessage | WMI Event message. |
|
WindowsEventMessage | Represents a Windows NT Event message reported as a status message. |
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top