Share via


RenderingService.CancelAsync Method (Microsoft.PerformancePoint.Scorecards)

Cancels an asynchronous call to an XML Web service method, unless the call has already completed.

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

Syntax

'Declaration
Public Sub CancelAsync ( _
    userState As Object _
)
'Usage
Dim instance As RenderingService
Dim userState As Object

instance.CancelAsync(userState)
public void CancelAsync (
    Object userState
)

Parameters

  • userState

See Also

Reference

RenderingService Class
RenderingService Members
Microsoft.PerformancePoint.Scorecards Namespace