Provides an interface for a notification handler.
Namespace: Microsoft.Clm.Shared
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As INotificationSink

Syntax

Visual Basic
Public Interface INotificationSink
C#
public interface INotificationSink
C++
public interface class INotificationSink
J#
public interface INotificationSink
JScript
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