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

'Declaration
<WebServiceAttribute(Namespace:="https://www.microsoft.com/performancepoint/scorecards")> _
Public Class PmService
    Inherits WebService
    Implements IBpm
'Usage
Dim instance As PmService
[WebServiceAttribute(Namespace="https://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

Reference

PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace