BIMonitoringServiceApplicationProxy.Create method

Creates a BIMonitoringServiceApplicationProxy object with the specified properties.

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

Syntax

'Declaration
Public Shared Function Create ( _
    name As String, _
    serviceProxy As SPIisWebServiceProxy, _
    serviceApplicationAddress As Uri _
) As BIMonitoringServiceApplicationProxy
'Usage
Dim name As String
Dim serviceProxy As SPIisWebServiceProxy
Dim serviceApplicationAddress As Uri
Dim returnValue As BIMonitoringServiceApplicationProxy

returnValue = BIMonitoringServiceApplicationProxy.Create(name, serviceProxy, _
    serviceApplicationAddress)
public static BIMonitoringServiceApplicationProxy Create(
    string name,
    SPIisWebServiceProxy serviceProxy,
    Uri serviceApplicationAddress
)

Parameters

  • serviceApplicationAddress
    Type: System.Uri

    The URI of the service application.

Return value

Type: Microsoft.PerformancePoint.Scorecards.BIMonitoringServiceApplicationProxy
A new proxy object.

Remarks

Do not call Create directly. Instead, retrieve the proxy by using the SPServiceContext.GetDefaultProxy(Type) method or the BIMonitoringServiceApplicationProxy.Default property.

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace