WHS_Notification_Severity Enumeration
Windows Server 2008
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)
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
| 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. |
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. |
Important