INotificationCallback Interface
Windows Server 2008
Provides an abstract interface to the Windows Home Server notification infrastructure.
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)
[TypeLibTypeAttribute(256)] [GuidAttribute("DBAC857E-3681-4C32-9743-6DFC30ED6C76")] [InterfaceTypeAttribute(1)] public interface INotificationCallback
/** @attribute TypeLibTypeAttribute(256) */
/** @attribute GuidAttribute("DBAC857E-3681-4C32-9743-6DFC30ED6C76") */
/** @attribute InterfaceTypeAttribute(1) */
public interface INotificationCallback
To make your application aware of Windows Home Server notifications, you must implement the INotificationCallback interface in a custom class. Pass your custom class to the RegisterForNotifications method to register your application for Windows Home Server notifications.