BpmMessage Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the information about an event that occurred.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.BpmMessage
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(Scorecard))> _
<KnownTypeAttribute(GetType(Kpi))> _
<KnownTypeAttribute(GetType(DataSource))> _
<KnownTypeAttribute(GetType(Filter))> _
<KnownTypeAttribute(GetType(Dashboard))> _
<KnownTypeAttribute(GetType(Annotation))> _
Public Class BpmMessage
'Usage
Dim instance As BpmMessage
[SerializableAttribute]
[KnownTypeAttribute(typeof(Scorecard))]
[KnownTypeAttribute(typeof(Kpi))]
[KnownTypeAttribute(typeof(DataSource))]
[KnownTypeAttribute(typeof(Filter))]
[KnownTypeAttribute(typeof(Dashboard))]
[KnownTypeAttribute(typeof(Annotation))]
public class BpmMessage
Remarks
BpmMessage is used for notifications about first class objects (FCOs) and annotations being created, updated, and deleted.
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.