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

If the HTTP status event is an error, use this method to change it.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
SetSeverity(
	

StatusEventSeverity 
severity
)
Public 
Sub 
SetSeverity ( _
	
severity 
As 

StatusEventSeverity _
)
public:
void 
SetSeverity(
	

StatusEventSeverity 
severity
)

Parameters

severity
StatusEventSeverity

See Also