Share via


RenderingService.EndAspNetDeploy Method (Microsoft.PerformancePoint.Scorecards)

Ends 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 EndAspNetDeploy ( _
    asyncResult As IAsyncResult _
) As String
'Usage
Dim instance As RenderingService
Dim asyncResult As IAsyncResult
Dim returnValue As String

returnValue = instance.EndAspNetDeploy(asyncResult)
public string EndAspNetDeploy (
    IAsyncResult asyncResult
)

Parameters

  • asyncResult

See Also

Reference

RenderingService Class
RenderingService Members
Microsoft.PerformancePoint.Scorecards Namespace