BIMonitoringServiceApplicationProxy class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the proxy that makes calls to the service application.

This API is not CLS-compliant. 

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
        Microsoft.SharePoint.Administration.SPServiceApplicationProxy
          Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy
            Microsoft.PerformancePoint.Scorecards.BIMonitoringServiceApplicationProxy

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<IisWebServiceApplicationProxyBackupBehaviorAttribute> _
<GuidAttribute("5D21D0F2-4F05-46D4-925D-015304E222D0")> _
Public NotInheritable Class BIMonitoringServiceApplicationProxy _
    Inherits SPIisWebServiceApplicationProxy _
    Implements IBIMonitoringServiceApplicationProxy
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
[CLSCompliantAttribute(false)]
[IisWebServiceApplicationProxyBackupBehaviorAttribute]
[GuidAttribute("5D21D0F2-4F05-46D4-925D-015304E222D0")]
public sealed class BIMonitoringServiceApplicationProxy : SPIisWebServiceApplicationProxy, 
    IBIMonitoringServiceApplicationProxy

Remarks

Custom applications that run in a PerformancePoint Services application instance should use this service application proxy to perform create and update operations for custom DataSource objects. For more information, see the "Interacting with Repository Objects" section in Editors for Custom Objects.

Note

The helper objects in the PerformancePoint Services SDK Reference Sample show how to make calls to the proxy. For more information about the sample, see PerformancePoint Services Code Samples.

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

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace