INotificationCallback Interface

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)

Usage

Syntax

'Declaration
<TypeLibTypeAttribute(256)> _
<GuidAttribute("DBAC857E-3681-4C32-9743-6DFC30ED6C76")> _
<InterfaceTypeAttribute(1)> _
Public Interface INotificationCallback
[TypeLibTypeAttribute(256)] 
[GuidAttribute("DBAC857E-3681-4C32-9743-6DFC30ED6C76")] 
[InterfaceTypeAttribute(1)] 
public interface INotificationCallback
[TypeLibTypeAttribute(256)] 
[GuidAttribute(L"DBAC857E-3681-4C32-9743-6DFC30ED6C76")] 
[InterfaceTypeAttribute(1)] 
public interface class INotificationCallback
/** @attribute TypeLibTypeAttribute(256) */ 
/** @attribute GuidAttribute("DBAC857E-3681-4C32-9743-6DFC30ED6C76") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface INotificationCallback
TypeLibTypeAttribute(256) 
GuidAttribute("DBAC857E-3681-4C32-9743-6DFC30ED6C76") 
InterfaceTypeAttribute(1) 
public interface INotificationCallback

Remarks

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.

Platforms

Development Platforms

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

Target Platforms

Windows Home Server

See Also

Reference

INotificationCallback Members
Microsoft.HomeServer.SDK.Interop.v1 Namespace