PmService Class (Microsoft.PerformancePoint.Scorecards.Server)
Represents the PerformancePoint Monitoring Web service used by the client to author dashboard objects.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)
Syntax

Visual Basic (Declaration)
<WebServiceAttribute(Namespace:="http://www.microsoft.com/performancepoint/scorecards")> _
Public Class PmService
    Inherits WebService
    Implements IBpm
Visual Basic (Usage)
Dim instance As PmService
C#
[WebServiceAttribute(Namespace="http://www.microsoft.com/performancepoint/scorecards")] 
public class PmService : WebService, IBpm
Inheritance Hierarchy

System.Object
   System.ComponentModel.MarshalByValueComponent
     System.Web.Services.WebService
      Microsoft.PerformancePoint.Scorecards.Server.PmService
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

Page view tracker