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
name
Type: System.StringThe name of the object.
serviceProxy
Type: Microsoft.SharePoint.Administration.SPIisWebServiceProxyThe web service proxy in the target farm.
serviceApplicationAddress
Type: System.UriThe 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