WHS_Notification_Severity Enumeration

Indicates the severity of a Windows Home Server notification.

Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)

Usage

Syntax

'Declaration
Public Enumeration 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 Indicates that a significant event that may lead to a serious error has occurred.

Remarks

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

Important

Only notifications with a WHS_Notification_Severity of WHS_ERROR or WHS_WARNING will display in the Home Network Health dialog and tray icon area.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server

See Also

Reference

Microsoft.HomeServer.SDK.Interop.v1 Namespace