Notification Class
Describes the information associated with a notification that has been generated.
Namespace: Microsoft.Clm.Shared.Notifications
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)
Usage
'Usage
Dim instance As Notification
Syntax
'Declaration
Public Class Notification
public class Notification
public ref class Notification
public class Notification
public class Notification
Remarks
Each time that a notification handler is invoked to handle an event that has occurred, an object of this kind is created by FIM CM and provided to the notification handler to describe the details of the event. This information includes the following: the FIM CM request associated with the event, the entity performing the event, and status information for the event.
Inheritance Hierarchy
System.Object
Microsoft.Clm.Shared.Notifications.Notification
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
Notification Members
Microsoft.Clm.Shared.Notifications Namespace
INotificationSink.Notify Method