INotificationSink Interface

Provides an interface for a notification handler.

Namespace: Microsoft.Clm.Shared
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)

Usage

'Usage
Dim instance As INotificationSink

Syntax

'Declaration
Public Interface INotificationSink
public interface INotificationSink
public interface class INotificationSink
public interface INotificationSink
public interface INotificationSink

Remarks

Each notification handler must implement this interface. FIM CM will instantiate the object that implements this interface for every registration entry. The default constructor for the class is invoked.

Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

INotificationSink Members
Microsoft.Clm.Shared Namespace