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.
Changes the severity of an event message. If the HTTP status event is an error, use this method to change its status.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void SetSeverity(
StatusEventSeverity severity
)
public:
void SetSeverity(
StatusEventSeverity severity
)
Public Sub SetSeverity (
severity As StatusEventSeverity
)
Parameters
severity
Type: Microsoft.ConfigurationManagement.Messaging.Messages.StatusEventSeverityStatus event severity.
See Also
CcmHttpStatus Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top