Share via


RenderingService.BeginAspNetDeploy Method (Microsoft.PerformancePoint.Scorecards)

Starts an asynchronous invocation of an XML Web service method using SOAP.

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

Syntax

'Declaration
Public Function BeginAspNetDeploy ( _
    dashboardId As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As RenderingService
Dim dashboardId As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginAspNetDeploy(dashboardId, callback, asyncState)
public IAsyncResult BeginAspNetDeploy (
    string dashboardId,
    AsyncCallback callback,
    Object asyncState
)

Parameters

  • dashboardId
  • callback
  • asyncState

See Also

Reference

RenderingService Class
RenderingService Members
Microsoft.PerformancePoint.Scorecards Namespace