PmService Class (Microsoft.PerformancePoint.Scorecards)

For documentation regarding supported Web service calls, please refer the PmService class in Microsoft.PerformancePoint.Scorecards.Server.dll.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<DebuggerStepThroughAttribute> _
<WebServiceBindingAttribute(Name:="PmServiceSoap", Namespace:="https://www.microsoft.com/performancepoint/scorecards")> _
Public Class PmService
    Inherits SoapHttpClientProtocol
    Implements IBpm
'Usage
Dim instance As PmService
[DebuggerStepThroughAttribute] 
[WebServiceBindingAttribute(Name="PmServiceSoap", Namespace="https://www.microsoft.com/performancepoint/scorecards")] 
public class PmService : SoapHttpClientProtocol, IBpm

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Web.Services.Protocols.WebClientProtocol
         System.Web.Services.Protocols.HttpWebClientProtocol
           System.Web.Services.Protocols.SoapHttpClientProtocol
            Microsoft.PerformancePoint.Scorecards.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 Namespace