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(Dashboard))> _
<KnownTypeAttribute(GetType(Filter))> _
<KnownTypeAttribute(GetType(Annotation))> _
<KnownTypeAttribute(GetType(Kpi))> _
<KnownTypeAttribute(GetType(Scorecard))> _
<KnownTypeAttribute(GetType(DataSource))> _
Public Class BpmMessage
'Usage
Dim instance As BpmMessage
[SerializableAttribute]
[KnownTypeAttribute(typeof(Dashboard))]
[KnownTypeAttribute(typeof(Filter))]
[KnownTypeAttribute(typeof(Annotation))]
[KnownTypeAttribute(typeof(Kpi))]
[KnownTypeAttribute(typeof(Scorecard))]
[KnownTypeAttribute(typeof(DataSource))]
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.

See also

Reference

BpmMessage members

Microsoft.PerformancePoint.Scorecards namespace