MessageSupportStatus Enumeration

 

Support status for a message. Used with the MessageSupportAttribute attribute.

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

[SerializableAttribute]
public enum class MessageSupportStatus

Member nameDescription
PartiallySupported

Partially supported message. Certain aspects of the message may be untested or unsupported.

Supported

Message is fully supported. Any issues found with this message are bugs.

Unknown

Support status is unknown. Message may or may not be supported.

Unsupported

Message is unsupported and should not be used in a production environment.

Return to top
Show: