Namespace: Microsoft.Clm.Shared.Notifications
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)
Usage
Visual Basic |
---|
Dim instance As Notification |
Syntax
Visual Basic |
---|
Public Class Notification |
C# |
---|
public class Notification |
C++ |
---|
public ref class Notification |
J# |
---|
public class Notification |
JScript |
---|
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
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.