Share via


WHS_Notification_Severity Enumeration

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

Indicates the severity of a Windows Home Server notification.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

'Declaration
Public Enumeration WHS_Notification_Severity
'Usage
Dim instance As WHS_Notification_Severity
public enum WHS_Notification_Severity
public enum class WHS_Notification_Severity
public enum WHS_Notification_Severity
public enum WHS_Notification_Severity

Members

  Member name Description
WHS_ERROR Indicates that a serious error has occurred. 
WHS_INFO Indicates that a significant event has occurred.  
WHS_INVALID Indicates that the Windows Home Server notification infrastructure has encountered an unrecoverable error. 
WHS_WARNING A significant event has occurred that may lead to a serious error. 

Remarks

The WHS_Notification_Severity enumeration provides for 4 types of notification severity. A WHS_Notification_Severity enumeration is one of the input parameters to the AddNotification method.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.